org.riotfamily.cachius.servlet
Interface CacheKeyAugmentor

All Known Implementing Classes:
CodeRevelationCacheKeyAugmentor, EditModeCacheKeyAugmentor, NoOpCacheKeyAugmentor

public interface CacheKeyAugmentor

Interface used by various CacheHandler implementations to add additional tokens to a cacheKey.


Method Summary
 void augmentCacheKey(StringBuffer key, HttpServletRequest request)
           
 

Method Detail

augmentCacheKey

void augmentCacheKey(StringBuffer key,
                     HttpServletRequest request)