|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
ICache<K,V> | This is similar to the Map interface, but requires maintaining a given capacity and does not require put or remove to return values, which lets SerializingCache be more efficient by avoiding deserialize except on get. |
InstrumentingCacheMBean | |
IRowCacheProvider | Provides cache objects with a requested capacity. |
Class Summary | |
---|---|
AutoSavingCache<K,V> | |
AutoSavingKeyCache<K extends Pair<Descriptor,DecoratedKey>,V> | |
AutoSavingRowCache<K extends DecoratedKey,V> | |
ConcurrentLinkedHashCache<K,V> | Wrapper so CLHM can implement ICache interface. |
ConcurrentLinkedHashCacheProvider | |
FreeableMemory | |
InstrumentingCache<K,V> | Wraps an ICache in requests + hits tracking. |
SerializingCache<K,V> | Serializes cache values off-heap. |
SerializingCacheProvider |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |