->BasicCache function clojure.core.cache Positional factory function for class clojure.core... basic-cache-factory function clojure.core.cache Returns a pluggable basic cache initialized to `ba... basic-cache-factory function clojure.core.cache.wrapped Returns a pluggable basic cache initialize... BasicCache type clojure.core.cache
CacheProtocol protocol clojure.core.cache This is the protocol describing the basic cache ca...
evict function clojure.core.cache Removes an entry from the cache. evict function clojure.core.cache.wrapped Removes an entry from the cache. Returns ...
->FIFOCache function clojure.core.cache Positional factory function for class clojure.core... ->FnCache function clojure.core.cache Positional factory function for class clojure.core... fifo-cache-factory function clojure.core.cache Returns a FIFO cache with the cache and FIFO queue... fifo-cache-factory function clojure.core.cache.wrapped Returns a FIFO cache with the cache and FI... FIFOCache type clojure.core.cache FnCache type clojure.core.cache
has? function clojure.core.cache Checks if the cache contains a value associated wi... has? function clojure.core.cache.wrapped Checks if the cache contains a value assoc... hit function clojure.core.cache Is meant to be called if the cache is determined t... hit function clojure.core.cache.wrapped Is meant to be called if the cache is dete...
->LIRSCache function clojure.core.cache Positional factory function for class clojure.core... ->LRUCache function clojure.core.cache Positional factory function for class clojure.core... ->LUCache function clojure.core.cache Positional factory function for class clojure.core... lirs-cache-factory function clojure.core.cache Returns an LIRS cache with the S & R LRU lists set... lirs-cache-factory function clojure.core.cache.wrapped Returns an LIRS cache with the S & R LRU l... LIRSCache type clojure.core.cache lookup function clojure.core.cache Retrieve the value associated with `e` if it exist... lookup function clojure.core.cache.wrapped Retrieve the value associated with `e` if ... lookup-or-miss function clojure.core.cache.wrapped Retrieve the value associated with `e` if ... lru-cache-factory function clojure.core.cache Returns an LRU cache with the cache and usage-tabl... lru-cache-factory function clojure.core.cache.wrapped Returns an LRU cache with the cache and us... LRUCache type clojure.core.cache lu-cache-factory function clojure.core.cache Returns an LU cache with the cache and usage-table... lu-cache-factory function clojure.core.cache.wrapped Returns an LU cache with the cache and usa... LUCache type clojure.core.cache
miss function clojure.core.cache Is meant to be called if the cache is determined t... miss function clojure.core.cache.wrapped Is meant to be called if the cache is dete...
->SoftCache function clojure.core.cache Positional factory function for class clojure.core... seed function clojure.core.cache Is used to signal that the cache should be created... seed function clojure.core.cache.wrapped Is used to signal that the cache should be... soft-cache-factory function clojure.core.cache Returns a SoftReference cache. Cached values will... soft-cache-factory function clojure.core.cache.wrapped Returns a SoftReference cache. Cached val... SoftCache type clojure.core.cache
->TTLCacheQ function clojure.core.cache Positional factory function for class clojure.core... through function clojure.core.cache The basic hit/miss logic for the cache system. Ex... through function clojure.core.cache.wrapped The basic hit/miss logic for the cache sys... through-cache function clojure.core.cache The basic hit/miss logic for the cache system. Li... through-cache function clojure.core.cache.wrapped The basic hit/miss logic for the cache sys... ttl-cache-factory function clojure.core.cache Returns a TTL cache with the cache and expiration-... ttl-cache-factory function clojure.core.cache.wrapped Returns a TTL cache with the cache and exp... TTLCacheQ type clojure.core.cache