| Package | Description |
|---|---|
| net.dontdrinkandroot.cache.impl.disk.indexed |
| Modifier and Type | Class and Description |
|---|---|
class |
LfuBufferedSerializableIndexedDiskCache
A
BufferedSerializableIndexedDiskCache that uses a LfuRecyclingExpungeStrategy
for both disk and buffer. |
class |
LruBufferedSerializableIndexedDiskCache
A
BufferedSerializableIndexedDiskCache that uses a LruRecyclingExpungeStrategy
for both disk and buffer. |
| Modifier and Type | Method and Description |
|---|---|
BufferedSerializableIndexedDiskCache |
BufferedSerializableIndexedDiskCache.setCopyOnRead(boolean copyOnRead)
Sets if a successful get should return a copy of the cache entry, so when manipulating the
object no changes are persisted in the buffer.
|
BufferedSerializableIndexedDiskCache |
BufferedSerializableIndexedDiskCache.setCopyOnWrite(boolean copyOnWrite)
Sets if a successful put should return a copy of the cache entry, so when manipulating the
object no changes are persisted in the buffer.
|
Copyright © 2013 dontdrinkandroot. All Rights Reserved.