Uses of Class
net.sf.ehcache.constructs.readthrough.ReadThroughCacheConfiguration
-
Packages that use ReadThroughCacheConfiguration Package Description net.sf.ehcache.constructs.readthrough Ehcache simple read through cache decorator package -
-
Uses of ReadThroughCacheConfiguration in net.sf.ehcache.constructs.readthrough
Methods in net.sf.ehcache.constructs.readthrough that return ReadThroughCacheConfiguration Modifier and Type Method Description ReadThroughCacheConfigurationReadThroughCacheConfiguration. build()Validate this configuration, mark it valid if it passes.ReadThroughCacheConfigurationReadThroughCacheConfiguration. fromProperties(java.util.Properties properties)Create a configuration object from a properties object.ReadThroughCacheConfigurationReadThroughCacheConfiguration. modeGet(boolean modeGet)Set whether get() methods will be transparently proxied.ReadThroughCacheConfigurationReadThroughCacheConfiguration. name(java.lang.String name)Set the name to set for this cache decorator.ReadThroughCacheConfigurationReadThroughCacheConfiguration. setName(java.lang.String name)Set the name to set for this cache decorator.Constructors in net.sf.ehcache.constructs.readthrough with parameters of type ReadThroughCacheConfiguration Constructor Description ReadThroughCache(Ehcache underlyingCache, ReadThroughCacheConfiguration config)
-