org.riotfamily.cachius.servlet
Class NoOpCacheKeyAugmentor

java.lang.Object
  extended by org.riotfamily.cachius.servlet.NoOpCacheKeyAugmentor
All Implemented Interfaces:
CacheKeyAugmentor

public class NoOpCacheKeyAugmentor
extends Object
implements CacheKeyAugmentor


Constructor Summary
NoOpCacheKeyAugmentor()
           
 
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

NoOpCacheKeyAugmentor

public NoOpCacheKeyAugmentor()
Method Detail

augmentCacheKey

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