Uses of Class
net.sf.ehcache.constructs.EhcacheDecoratorAdapter
-
Packages that use EhcacheDecoratorAdapter Package Description net.sf.ehcache.constructs.blocking Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs.net.sf.ehcache.constructs.eventual Construct related to eventual operationsnet.sf.ehcache.constructs.readthrough Ehcache simple read through cache decorator packagenet.sf.ehcache.constructs.refreshahead Ehcache simple refresh-ahead cache decorator package -
-
Uses of EhcacheDecoratorAdapter in net.sf.ehcache.constructs.blocking
Subclasses of EhcacheDecoratorAdapter in net.sf.ehcache.constructs.blocking Modifier and Type Class Description classBlockingCacheA blocking decorator for an Ehcache, backed by aEhcache.classSelfPopulatingCacheA selfpopulating decorator forEhcachethat creates entries on demand.classUpdatingSelfPopulatingCacheACachebacked cache that creates entries on demand. -
Uses of EhcacheDecoratorAdapter in net.sf.ehcache.constructs.eventual
Subclasses of EhcacheDecoratorAdapter in net.sf.ehcache.constructs.eventual Modifier and Type Class Description classStronglyConsistentCacheAccessorStronglyConsistentCacheAccessor is a decorator that accepts distributed caches configured with eventual consistency. -
Uses of EhcacheDecoratorAdapter in net.sf.ehcache.constructs.readthrough
Subclasses of EhcacheDecoratorAdapter in net.sf.ehcache.constructs.readthrough Modifier and Type Class Description classReadThroughCacheThis class implements the simplest of all possible read through cache behaviors, where a call the get() will delegate to a call to getWithLoader(). -
Uses of EhcacheDecoratorAdapter in net.sf.ehcache.constructs.refreshahead
Subclasses of EhcacheDecoratorAdapter in net.sf.ehcache.constructs.refreshahead Modifier and Type Class Description classRefreshAheadCacheA cache decorator which implements read ahead refreshing.
-