| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMapBackedCustomTtlCache<K,V,M extends MetaData> |
| Modifier and Type | Class and Description |
|---|---|
class |
FileCache |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIndexedDiskCache<K extends Serializable,V extends Serializable>
A disk cache that stores its content in a data file and its index in an index file.
|
class |
BufferedSerializableIndexedDiskCache
A
SerializableIndexedDiskCache that buffers entries in memory on successful disk put and
get operations in order to avoid disk access. |
class |
ByteArrayIndexedDiskCache |
class |
SerializableIndexedDiskCache |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryCache<K,V> |
Copyright © 2012–2017 dontdrinkandroot. All rights reserved.