Index of Public Functions and Variables - core.cache 1.0.226-SNAPSHOT (in development)

This page has an alphabetical index of all the documented functions and variables in core.cache.

Shortcuts:
A B C D E F G H I J K L M
N O P Q R S T U V W X Y Z
Other

A


  

B

 ->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 

  

C

 CacheProtocol                protocol      clojure.core.cache This is the protocol describing the basic cache ca...

  

D


  

E

 evict                        function      clojure.core.cache Removes an entry from the cache.
 evict                        function      clojure.core.cache.wrapped Removes an entry from the cache.  Returns ...

  

F

 ->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 

  

G


  

H

 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...

  

I


  

J


  

K


  

L

 ->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 

  

M

 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...

  

N


  

O


  

P


  

Q


  

R


  

S

 ->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 

  

T

 ->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 

  

U


  

V


  

W


  

X


  

Y


  

Z


  

Other


  
Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.