Groovy Documentation

[Groovy] Class IncludedContentSpec

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

album1

Album album1


album2

Album album2


album3

Album album3


latestControllerCache

@Shared
net.sf.ehcache.Ehcache latestControllerCache


popularControllerCache

@Shared
net.sf.ehcache.Ehcache popularControllerCache


 
Constructor Detail

IncludedContentSpec

IncludedContentSpec()


 
Method Detail

cleanup

java.lang.Object cleanup()


included content can be flushed by another controller

java.lang.Object included content can be flushed by another controller()


included content flushed by rateable

java.lang.Object included content flushed by rateable()


included content is cached

java.lang.Object included content is cached()


multiple includes are cached separately

java.lang.Object multiple includes are cached separately()


setup

java.lang.Object setup()


 

Groovy Documentation