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