|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectgrails.plugin.geb.GebSpec
PaginatedContentSpec
@Stepwise class PaginatedContentSpec extends GebSpec
Property Summary | |
---|---|
net.sf.ehcache.Ehcache |
albumControllerCache
|
SpringcacheService |
springcacheService
|
Constructor Summary | |
PaginatedContentSpec()
|
Method Summary | |
---|---|
java.lang.Object
|
cleanupSpec()
|
private long
|
getCacheHits()
|
private long
|
getCacheMisses()
|
private long
|
getCacheSize()
|
java.lang.Object
|
loading the first list page primes the cache()
|
java.lang.Object
|
navigating to the second page does not display cached content()
|
java.lang.Object
|
returning to the first page misses the cache as query string parameters are present()
|
java.lang.Object
|
returning to the second page serves content from the cache()
|
java.lang.Object
|
setupSpec()
|
Property Detail |
---|
@Shared net.sf.ehcache.Ehcache albumControllerCache
@Shared SpringcacheService springcacheService
Constructor Detail |
---|
PaginatedContentSpec()
Method Detail |
---|
java.lang.Object cleanupSpec()
private long getCacheHits()
private long getCacheMisses()
private long getCacheSize()
java.lang.Object loading the first list page primes the cache()
java.lang.Object navigating to the second page does not display cached content()
java.lang.Object returning to the first page misses the cache as query string parameters are present()
java.lang.Object returning to the second page serves content from the cache()
java.lang.Object setupSpec()
Groovy Documentation