Clojure

core.cache API Reference

core.cache 1.0.226-SNAPSHOT API
  • Overview
  • API Index
Clojure Home

Table of Contents

Overview
Protocols
CacheProtocol
evict
has?
hit
lookup
miss
seed
Types
BasicCache
FIFOCache
FnCache
LIRSCache
LRUCache
LUCache
SoftCache
TTLCacheQ
Vars and Functions
->BasicCache
->FIFOCache
->FnCache
->LIRSCache
->LRUCache
->LUCache
->SoftCache
->TTLCacheQ
basic-cache-factory
fifo-cache-factory
lirs-cache-factory
lru-cache-factory
lu-cache-factory
soft-cache-factory
through
through-cache
ttl-cache-factory
clojure.core.cache.wrapped
basic-cache-factory
evict
fifo-cache-factory
has?
hit
lirs-cache-factory
lookup
lookup-or-miss
lru-cache-factory
lu-cache-factory
miss
seed
soft-cache-factory