public interface FlushableStorage extends CacheStorage
CacheStorage if the storage needs to flush any
unwritten data to make it persistent.| Modifier and Type | Interface and Description |
|---|---|
static interface |
FlushableStorage.FlushContext |
CacheStorage.EntryFilter, CacheStorage.EntryVisitor, CacheStorage.MultiThreadedContext, CacheStorage.VisitContext| Modifier and Type | Method and Description |
|---|---|
void |
flush(FlushableStorage.FlushContext ctx,
long now)
Flush any unwritten information to disk.
|
clear, close, contains, get, getEntryCount, put, remove, visitvoid flush(FlushableStorage.FlushContext ctx, long now) throws Exception
Exceptioncache2k API documentation. Copyright © 2000–2015 headissue GmbH, Munich.