Package | Description |
---|---|
net.sf.ehcache.constructs.readthrough |
Ehcache simple read through cache decorator package
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ReadThroughCache(Ehcache underlyingCache,
ReadThroughCacheConfiguration config) |
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.