Uses of Class
net.dontdrinkandroot.cache.expungestrategy.impl.AbstractMaxSizeExpungeStrategy

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

Uses of AbstractMaxSizeExpungeStrategy in net.dontdrinkandroot.cache.expungestrategy.impl
 

Subclasses of AbstractMaxSizeExpungeStrategy in net.dontdrinkandroot.cache.expungestrategy.impl
 class 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.
 class AbstractRecyclingExpungeStrategy
          An AbstractMaxSizeExpungeStrategy that triggers once the cache size is larger than a max size plus a recycle size or a recycle factor.
 class LfuExpungeStrategy
          ExpungeStrategy that triggers on each entry added over the max size and selects the least frequently used entry.
 class LfuRecyclingExpungeStrategy
           
 class LruExpungeStrategy
           
 class LruRecyclingExpungeStrategy
           
 



Copyright © 2013 dontdrinkandroot. All Rights Reserved.