Package | Description |
---|---|
com.mchange.v1.cachedstore |
Modifier and Type | Interface and Description |
---|---|
static interface |
WritableCachedStore.Manager |
Modifier and Type | Method and Description |
---|---|
static TweakableCachedStore |
CachedStoreFactory.createNoCacheCachedStore(CachedStore.Manager mgr)
Always reads directly from manager, as if values are always dirty.
|
static TweakableCachedStore |
CachedStoreFactory.createNoCleanupCachedStore(CachedStore.Manager manager) |
static TweakableCachedStore |
CachedStoreFactory.createSoftValueCachedStore(CachedStore.Manager manager)
Better to use createSynchronousCleanupSoftKeyCachedStore to prevent the build of
cleaned SoftReferences, unless the universe of potential cacheables is small.
|
static TweakableCachedStore |
CachedStoreFactory.createSynchronousCleanupSoftKeyCachedStore(CachedStore.Manager manager) |
Copyright © 2017 com.mchange. All rights reserved.