Class and Description |
---|
AutoSavingCache.CacheSerializer |
AutoSavingCache.IStreamFactory |
AutoSavingCache.Writer |
CacheKey |
CacheProvider |
CacheSize |
ChunkCache |
ConcurrentLinkedHashCache
Wrapper so CLHM can implement ICache interface.
|
CounterCacheKey |
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 |
RefCountedMemory |
RowCacheKey |
SerializingCache
Serializes cache values off-heap.
|
Class and Description |
---|
IMeasurableMemory |
Class and Description |
---|
IMeasurableMemory |
RowCacheKey |
Class and Description |
---|
AutoSavingCache.Writer |
Class and Description |
---|
IRowCacheEntry |
Class and Description |
---|
InstrumentingCache
Wraps an ICache in requests + hits tracking.
|
KeyCacheKey |
Class and Description |
---|
ChunkCache |
Class and Description |
---|
CacheSize |
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 |
CounterCacheKey |
IRowCacheEntry |
KeyCacheKey |
RowCacheKey |
Copyright © 2018 The Apache Software Foundation