public final class CachedStoreUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static CachedStore |
synchronizedCachedStore(CachedStore orig) |
static TweakableCachedStore |
synchronizedTweakableCachedStore(TweakableCachedStore orig) |
static WritableCachedStore |
synchronizedWritableCachedStore(WritableCachedStore orig) |
static CachedStore |
untweakableCachedStore(TweakableCachedStore orig) |
public static CachedStore synchronizedCachedStore(CachedStore orig)
public static TweakableCachedStore synchronizedTweakableCachedStore(TweakableCachedStore orig)
public static WritableCachedStore synchronizedWritableCachedStore(WritableCachedStore orig)
public static CachedStore untweakableCachedStore(TweakableCachedStore orig)