|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReadThroughCacheConfiguration | |
---|---|
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 | |
---|---|
ReadThroughCacheConfiguration |
ReadThroughCacheConfiguration.build()
Validate this configuration, mark it valid if it passes. |
ReadThroughCacheConfiguration |
ReadThroughCacheConfiguration.fromProperties(Properties properties)
Create a configuration object from a properties object. |
ReadThroughCacheConfiguration |
ReadThroughCacheConfiguration.modeGet(boolean modeGet)
Set whether get() methods will be transparently proxied. |
ReadThroughCacheConfiguration |
ReadThroughCacheConfiguration.name(String name)
Set the name to set for this cache decorator. |
ReadThroughCacheConfiguration |
ReadThroughCacheConfiguration.setName(String name)
Set the name to set for this cache decorator. |
Constructors in net.sf.ehcache.constructs.readthrough with parameters of type ReadThroughCacheConfiguration | |
---|---|
ReadThroughCache(Ehcache underlyingCache,
ReadThroughCacheConfiguration config)
|
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |