ehcache

Uses of Interface
net.sf.ehcache.store.LfuPolicy.Metadata

Packages that use LfuPolicy.Metadata
net.sf.ehcache.store Store package. 
 

Uses of LfuPolicy.Metadata in net.sf.ehcache.store
 

Methods in net.sf.ehcache.store that return LfuPolicy.Metadata
static LfuPolicy.Metadata LfuPolicy.leastHit(LfuPolicy.Metadata[] sampledElements, LfuPolicy.Metadata justAdded)
          Finds the least hit of the sampled elements provided
(package private)  LfuPolicy.Metadata[] LfuMemoryStore.sampleElements(int size)
          Uses random numbers to sample the entire map.
 

Methods in net.sf.ehcache.store with parameters of type LfuPolicy.Metadata
static LfuPolicy.Metadata LfuPolicy.leastHit(LfuPolicy.Metadata[] sampledElements, LfuPolicy.Metadata justAdded)
          Finds the least hit of the sampled elements provided
static LfuPolicy.Metadata LfuPolicy.leastHit(LfuPolicy.Metadata[] sampledElements, LfuPolicy.Metadata justAdded)
          Finds the least hit of the sampled elements provided
 


ehcache