Uses of Class
net.sf.ehcache.constructs.CacheDecoratorFactory
-
Packages that use CacheDecoratorFactory Package Description net.sf.ehcache.constructs.readthrough Ehcache simple read through cache decorator packagenet.sf.ehcache.constructs.refreshahead Ehcache simple refresh-ahead cache decorator package -
-
Uses of CacheDecoratorFactory in net.sf.ehcache.constructs.readthrough
Subclasses of CacheDecoratorFactory in net.sf.ehcache.constructs.readthrough Modifier and Type Class Description classReadThroughCacheFactoryCacheDecoratorFactoryimplementation for theReadThroughCachecache decorator. -
Uses of CacheDecoratorFactory in net.sf.ehcache.constructs.refreshahead
Subclasses of CacheDecoratorFactory in net.sf.ehcache.constructs.refreshahead Modifier and Type Class Description classRefreshAheadCacheFactoryCache decorator factory forRefreshAheadCacheinstances
-