| Package | Description |
|---|---|
| net.dontdrinkandroot.cache.impl.disk.indexed | |
| net.dontdrinkandroot.cache.impl.memory |
| 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.