Groovy Documentation

[Groovy] Class DefaultKeyGenerator

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

DefaultKeyGenerator()


 
Method Detail

generateKeyInternal

protected void generateKeyInternal(CacheKeyBuilder builder, ContentCacheParameters context)


 

Groovy Documentation