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 CachedStoresynchronizedCachedStore(CachedStore orig)static TweakableCachedStoresynchronizedTweakableCachedStore(TweakableCachedStore orig)static WritableCachedStoresynchronizedWritableCachedStore(WritableCachedStore orig)static CachedStoreuntweakableCachedStore(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)
-
-