Class and Description |
---|
AutoSavingCache.CacheSerializer |
AutoSavingCache.Writer |
CacheKey |
ConcurrentLinkedHashCache
Wrapper so CLHM can implement ICache interface.
|
ICache
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.
|
IMeasurableMemory |
InstrumentingCache
Wraps an ICache in requests + hits tracking.
|
IRowCacheEntry |
IRowCacheProvider
Provides cache objects with a requested capacity.
|
RefCountedMemory |
RowCacheKey |
SerializingCache
Serializes cache values off-heap.
|
Class and Description |
---|
IRowCacheProvider
Provides cache objects with a requested capacity.
|
Class and Description |
---|
IMeasurableMemory |
IRowCacheEntry |
RowCacheKey |
Class and Description |
---|
AutoSavingCache.Writer |
Class and Description |
---|
InstrumentingCache
Wraps an ICache in requests + hits tracking.
|
KeyCacheKey |
Class and Description |
---|
RefCountedMemory |
Class and Description |
---|
ICache
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.
|
Class and Description |
---|
AutoSavingCache |
AutoSavingCache.CacheSerializer |
IRowCacheEntry |
KeyCacheKey |
RowCacheKey |
Class and Description |
---|
IRowCacheProvider
Provides cache objects with a requested capacity.
|
Copyright © 2014 The Apache Software Foundation