ehcache

Uses of Class
net.sf.ehcache.store.DiskStore.DiskElement

Packages that use DiskStore.DiskElement
net.sf.ehcache.store Store package. 
 

Uses of DiskStore.DiskElement in net.sf.ehcache.store
 

Methods in net.sf.ehcache.store that return DiskStore.DiskElement
static DiskStore.DiskElement DiskStore.leastHit(DiskStore.DiskElement[] sampledElements, DiskStore.DiskElement justAdded)
          Finds the least hit of the sampled elements provided
 

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


ehcache

true