| Package | Description |
|---|---|
| net.dontdrinkandroot.cache.expungestrategy.impl |
| Class and Description |
|---|
| 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 © 2012. All Rights Reserved.