Interface DeferCacheFactory
public interface DeferCacheFactory
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <ID,R, RRC, CTX extends CacheContext<ID, R, RRC, CTX>>
CacheFactory.CacheTransformer<ID, R, RRC, CTX> defer()static <ID,R, RRC, CTX extends CacheContext<ID, R, RRC, CTX>>
CacheFactory<ID, R, RRC, CTX> defer(CacheFactory<ID, R, RRC, CTX> cacheFactory) static <ID,RRC> Cache <ID, RRC> deferCache(Cache<ID, RRC> delegateCache)
-
Method Details
-
defer
static <ID,R, CacheFactory.CacheTransformer<ID,RRC, CTX extends CacheContext<ID, R, RRC, CTX>> R, defer()RRC, CTX> -
defer
static <ID,R, CacheFactory<ID,RRC, CTX extends CacheContext<ID, R, RRC, CTX>> R, deferRRC, CTX> (CacheFactory<ID, R, RRC, CTX> cacheFactory) -
deferCache
-