|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectgrails.plugin.springcache.web.AbstractContentCachingSpec
IncludedContentSpec
class IncludedContentSpec extends AbstractContentCachingSpec
Property Summary | |
---|---|
Album |
album1
|
Album |
album2
|
Album |
album3
|
net.sf.ehcache.Ehcache |
latestControllerCache
|
net.sf.ehcache.Ehcache |
popularControllerCache
|
Constructor Summary | |
IncludedContentSpec()
|
Method Summary | |
---|---|
java.lang.Object
|
cleanup()
|
java.lang.Object
|
included content can be flushed by another controller()
|
java.lang.Object
|
included content flushed by rateable()
|
java.lang.Object
|
included content is cached()
|
java.lang.Object
|
multiple includes are cached separately()
|
java.lang.Object
|
setup()
|
Property Detail |
---|
Album album1
Album album2
Album album3
@Shared net.sf.ehcache.Ehcache latestControllerCache
@Shared net.sf.ehcache.Ehcache popularControllerCache
Constructor Detail |
---|
IncludedContentSpec()
Method Detail |
---|
java.lang.Object cleanup()
java.lang.Object included content can be flushed by another controller()
java.lang.Object included content flushed by rateable()
java.lang.Object included content is cached()
java.lang.Object multiple includes are cached separately()
java.lang.Object setup()
Groovy Documentation