|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgrails.plugin.springcache.web.AbstractContentCachingSpec
ShardedCacheSpec
@Issue("http://jira.codehaus.org/browse/GRAILSPLUGINS-2167") @Stepwise class ShardedCacheSpec extends AbstractContentCachingSpec
Constructor Summary | |
ShardedCacheSpec()
|
Method Summary | |
---|---|
java.lang.Object
|
a user only sees their own profile()
|
private net.sf.ehcache.Ehcache
|
cacheFor(java.lang.String username)
|
java.lang.Object
|
cleanup()
|
java.lang.Object
|
cleanupSpec()
|
java.lang.Object
|
setupSpec()
|
java.lang.Object
|
when a user updates their profile the cache is flushed()
|
java.lang.Object
|
when re-visiting the profile page a user sees their own profile delivered from cache()
|
Constructor Detail |
---|
ShardedCacheSpec()
Method Detail |
---|
@Unroll("#username only sees their own profile") java.lang.Object a user only sees their own profile()
private net.sf.ehcache.Ehcache cacheFor(java.lang.String username)
java.lang.Object cleanup()
java.lang.Object cleanupSpec()
java.lang.Object setupSpec()
java.lang.Object when a user updates their profile the cache is flushed()
@Unroll("when re-visiting the profile page #username sees their own profile delivered from cache") java.lang.Object when re-visiting the profile page a user sees their own profile delivered from cache()
Groovy Documentation