Package org.apache.catalina
Interface WebResourceRoot.CacheStrategy
- 
- Enclosing interface:
- WebResourceRoot
 
 public static interface WebResourceRoot.CacheStrategyProvides a mechanism to modify the caching behaviour.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleannoCache(java.lang.String path)Should the result of looking up the resource at the given path be excluded from caching?
 
- 
- 
- 
Method Detail- 
noCacheboolean noCache(java.lang.String path) Should the result of looking up the resource at the given path be excluded from caching?- Parameters:
- path- The path to check against the strategy to see if the result should be cached
- Returns:
- trueif the result should not be cached, otherwise- false
 
 
- 
 
-