|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
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.AbstractMaxSizeExpungeStrategy with the given max size.
AbstractMaxSizeExpungeStrategy that triggers if the cache size is larger than the max
size and selects the entries to evict by the given comparator.AbstractOneOverMaxSizeExpungeStrategy with the given max size and
MetaDataComparator.
AbstractMaxSizeExpungeStrategy that triggers once the cache size is larger than a max size plus a recycle
size or a recycle factor.AbstractRecyclingExpungeStrategy with the given max size and recycle factor (a value
between 0 and 1 that is the percentage of the max size to be used as the recycle size).
AbstractRecyclingExpungeStrategy with the given max size and recycle size.
SerializableIndexedDiskCache that buffers entries in memory on successful disk put and
get operations.Cache that permits storing entries with an individual time to live and an individual
idle time.ExpiredOnlyExpungeStrategy.
MetaData of a cached entry if it is available.
ExpungeStrategy that triggers on each entry added over the max size and selects the least
frequently used entry.BufferedSerializableIndexedDiskCache that uses a LruRecyclingExpungeStrategy
for both disk and buffer.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||