lirs-cache-factory
function
clojure.core.cache/lirs-cache-factory
(lirs-cache-factory [base & {:keys [s-history-limit q-history-limit], :or {s-history-limit 32, q-history-limit 32}}])Returns an LIRS cache with the S & R LRU lists set to the indicated
limits.
Examples
No examples yet. Be the first to add one!