Caching.jl

May 19, 2026 ยท View on GitHub

Memory and disk memoizer written in Julia.

License Tests codecov code style: runic

Installation

The installation can be done through the usual channels (manually by cloning the repository or installing it through the julia REPL).

License

This code has an MIT license and therefore it is free.

Reporting Bugs

Please file an issue to report a bug or request a feature.

References

[1] https://en.wikipedia.org/wiki/Memoization

[2] https://en.wikipedia.org/wiki/Cache_replacement_policies

For other caching solutions, check out also LRUCache.jl, Memoize.jl and Anamnesis.jl