| Modifier and Type | Interface and Description |
|---|---|
interface |
BufferedRecyclingCache<K,V>
A
RecyclingCache that uses an additional buffer. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMapBackedCache<K,V,M extends MetaData> |
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> |
class |
BufferedSerializableIndexedDiskCache
A
SerializableIndexedDiskCache that buffers entries in memory on successful disk put and
get operations. |
class |
ByteArrayIndexedDiskCache |
class |
SerializableIndexedDiskCache |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryCache<K,V> |
Copyright © 2014 dontdrinkandroot. All rights reserved.