Memoization library with many features.
memento.cache introduces Cache protocol that people need to extend when making extensions.
Memoization library with many features. memento.cache introduces Cache protocol that people need to extend when making extensions.
(base-create-cache conf)
Create a cache.
A conf is a map of cache settings, see memento.config namespace for names of settings.
Create a cache. A conf is a map of cache settings, see memento.config namespace for names of settings.
A LockoutMap. Implementation developers use this to do caching in a fashion that is aware of bulk invalidation.
A LockoutMap. Implementation developers use this to do caching in a fashion that is aware of bulk invalidation.
Instantiate cache. Extension point, do not call directly.
Instantiate cache. Extension point, do not call directly.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close