com.mchange.v1.cachedstore
Class CachedStoreUtils

java.lang.Object
  extended by com.mchange.v1.cachedstore.CachedStoreUtils

public final class CachedStoreUtils
extends Object


Method Summary
static CachedStore synchronizedCachedStore(CachedStore orig)
           
static TweakableCachedStore synchronizedTweakableCachedStore(TweakableCachedStore orig)
           
static WritableCachedStore synchronizedWritableCachedStore(WritableCachedStore orig)
           
static CachedStore untweakableCachedStore(TweakableCachedStore orig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)