Groovy Documentation

[Groovy] Class AuthenticatedContentSpec

java.lang.Object
  grails.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

albumControllerCache

@Shared
net.sf.ehcache.Ehcache albumControllerCache


userControllerCache

@Shared
net.sf.ehcache.Ehcache userControllerCache


 
Constructor Detail

AuthenticatedContentSpec

AuthenticatedContentSpec()


 
Method Detail

cleanup

java.lang.Object cleanup()


login state is displayed on uncached page

java.lang.Object login state is displayed on uncached page()


login state is not cached in the page

java.lang.Object login state is not cached in the page()


non success responses are not cached

java.lang.Object non success responses are not cached()


setup

java.lang.Object setup()


 

Groovy Documentation