Package | Description |
---|---|
com.mchange.v1.cachedstore |
Modifier and Type | Method and Description |
---|---|
static WritableCachedStore |
CachedStoreFactory.cacheWritesOnlyWritableCachedStore(WritableCachedStore.Manager mgr) |
static WritableCachedStore |
CachedStoreFactory.createDefaultWritableCachedStore(WritableCachedStore.Manager manager)
creates a WritableCachedStore implementation that uses soft keys and synchronous
cleanup for its read cache.
|
static WritableCachedStore |
CachedStoreFactory.createNoCacheWritableCachedStore(WritableCachedStore.Manager mgr)
Always reads directly from manager, as if values are always dirty.
|
Copyright © 2017 com.mchange. All rights reserved.