org.riotfamily.riot.resource
Class CodeRevelationCacheKeyAugmentor
java.lang.Object
org.riotfamily.riot.resource.CodeRevelationCacheKeyAugmentor
- All Implemented Interfaces:
- CacheKeyAugmentor
public class CodeRevelationCacheKeyAugmentor
- extends Object
- implements CacheKeyAugmentor
CacheKeyAugmentor that adds a String to the cacheKey if message code
revelation is turned on.
- Since:
- 8.0
- Author:
- Felix Gnass [fgnass at neteye dot de]
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodeRevelationCacheKeyAugmentor
public CodeRevelationCacheKeyAugmentor(CodeRevealingMessageSource messageSource)
augmentCacheKey
public void augmentCacheKey(StringBuffer key,
HttpServletRequest request)
- Specified by:
augmentCacheKey
in interface CacheKeyAugmentor