Package net.sf.ehcache.constructs.readthrough
Ehcache simple read through cache decorator package
This package contains a simple read through cache decorator-
Class Summary Class Description ReadThroughCache This class implements the simplest of all possible read through cache behaviors, where a call the get() will delegate to a call to getWithLoader().ReadThroughCacheConfiguration This classed is used to programmatically configure aReadThroughCache.ReadThroughCacheFactory CacheDecoratorFactoryimplementation for theReadThroughCachecache decorator.