Package com.mchange.v1.cachedstore
Class CachedStoreUtils
- java.lang.Object
-
- com.mchange.v1.cachedstore.CachedStoreUtils
-
public final class CachedStoreUtils extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CachedStore
synchronizedCachedStore(CachedStore orig)
static TweakableCachedStore
synchronizedTweakableCachedStore(TweakableCachedStore orig)
static WritableCachedStore
synchronizedWritableCachedStore(WritableCachedStore orig)
static CachedStore
untweakableCachedStore(TweakableCachedStore orig)
-
-
-
Method Detail
-
synchronizedCachedStore
public static CachedStore synchronizedCachedStore(CachedStore orig)
-
synchronizedTweakableCachedStore
public static TweakableCachedStore synchronizedTweakableCachedStore(TweakableCachedStore orig)
-
synchronizedWritableCachedStore
public static WritableCachedStore synchronizedWritableCachedStore(WritableCachedStore orig)
-
untweakableCachedStore
public static CachedStore untweakableCachedStore(TweakableCachedStore orig)
-
-