org.riotfamily.components.cache
Class EditModeCacheKeyAugmentor

java.lang.Object
  extended by org.riotfamily.components.cache.EditModeCacheKeyAugmentor
All Implemented Interfaces:
CacheKeyAugmentor

public class EditModeCacheKeyAugmentor
extends Object
implements CacheKeyAugmentor

Since:
6.5
Author:
Felix Gnass [fgnass at neteye dot de]

Constructor Summary
EditModeCacheKeyAugmentor()
           
 
Method Summary
 void augmentCacheKey(StringBuffer key, HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditModeCacheKeyAugmentor

public EditModeCacheKeyAugmentor()
Method Detail

augmentCacheKey

public void augmentCacheKey(StringBuffer key,
                            HttpServletRequest request)
Specified by:
augmentCacheKey in interface CacheKeyAugmentor