|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectgrails.plugin.springcache.web.AbstractContentCachingSpec
AuthenticatedContentSpec
class AuthenticatedContentSpec extends AbstractContentCachingSpec
Property Summary | |
---|---|
net.sf.ehcache.Ehcache |
albumControllerCache
|
net.sf.ehcache.Ehcache |
userControllerCache
|
Constructor Summary | |
AuthenticatedContentSpec()
|
Method Summary | |
---|---|
java.lang.Object
|
cleanup()
|
java.lang.Object
|
login state is displayed on uncached page()
|
java.lang.Object
|
login state is not cached in the page()
|
java.lang.Object
|
non success responses are not cached()
|
java.lang.Object
|
setup()
|
Property Detail |
---|
@Shared net.sf.ehcache.Ehcache albumControllerCache
@Shared net.sf.ehcache.Ehcache userControllerCache
Constructor Detail |
---|
AuthenticatedContentSpec()
Method Detail |
---|
java.lang.Object cleanup()
java.lang.Object login state is displayed on uncached page()
java.lang.Object login state is not cached in the page()
java.lang.Object non success responses are not cached()
java.lang.Object setup()
Groovy Documentation