|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectgrails.plugin.springcache.web.AbstractContentCachingSpec
StaticScaffoldingCachingSpec
class StaticScaffoldingCachingSpec extends AbstractContentCachingSpec
Property Summary | |
---|---|
net.sf.ehcache.Ehcache |
albumControllerCache
|
Constructor Summary | |
StaticScaffoldingCachingSpec()
|
Method Summary | |
---|---|
java.lang.Object
|
an invalid show page does not get cached()
|
java.lang.Object
|
cached content can be flushed by other actions()
|
java.lang.Object
|
cleanup()
|
java.lang.Object
|
different show pages are cached separately()
|
java.lang.Object
|
failed save still flushes cache()
|
private long
|
getCacheHits()
|
private long
|
getCacheMisses()
|
private long
|
getCacheSize()
|
java.lang.Object
|
opening a page when the cache is empty misses the cache()
|
java.lang.Object
|
reloading a page hits the cache()
|
Property Detail |
---|
@Shared net.sf.ehcache.Ehcache albumControllerCache
Constructor Detail |
---|
StaticScaffoldingCachingSpec()
Method Detail |
---|
java.lang.Object an invalid show page does not get cached()
java.lang.Object cached content can be flushed by other actions()
java.lang.Object cleanup()
java.lang.Object different show pages are cached separately()
java.lang.Object failed save still flushes cache()
private long getCacheHits()
private long getCacheMisses()
private long getCacheSize()
java.lang.Object opening a page when the cache is empty misses the cache()
java.lang.Object reloading a page hits the cache()
Groovy Documentation