Uses of Package
net.dontdrinkandroot.cache.expungestrategy.impl

Packages that use net.dontdrinkandroot.cache.expungestrategy.impl
net.dontdrinkandroot.cache.expungestrategy.impl   
 

Classes in net.dontdrinkandroot.cache.expungestrategy.impl used by net.dontdrinkandroot.cache.expungestrategy.impl
AbstractMaxSizeExpungeStrategy
          An ExpungeStrategy that selects all expired entries and entries according to the implementation so that after those entries have been expunged the cache size is not larger that the given max size.
AbstractOneOverMaxSizeExpungeStrategy
          An AbstractMaxSizeExpungeStrategy that triggers if the cache size is larger than the max size and selects the entries to evict by the given comparator.
AbstractRecyclingExpungeStrategy
          An AbstractMaxSizeExpungeStrategy that triggers once the cache size is larger than a max size plus a recycle size or a recycle factor.
 



Copyright © 2013 dontdrinkandroot. All Rights Reserved.