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