|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractKeyGenerator
DefaultKeyGenerator
class DefaultKeyGenerator extends AbstractKeyGenerator
A key generator that simply uses controller name, action name and request parameters as the basis of the key.
Constructor Summary | |
DefaultKeyGenerator()
|
Method Summary | |
---|---|
protected void
|
generateKeyInternal(CacheKeyBuilder builder, ContentCacheParameters context)
|
Methods inherited from class AbstractKeyGenerator | |
---|---|
generateKey, generateKeyInternal |
Constructor Detail |
---|
DefaultKeyGenerator()
Method Detail |
---|
protected void generateKeyInternal(CacheKeyBuilder builder, ContentCacheParameters context)
Groovy Documentation