Package org.apache.catalina
Interface WebResourceRoot.CacheStrategy
- Enclosing interface:
- WebResourceRoot
public static interface WebResourceRoot.CacheStrategy
Provides a mechanism to modify the caching behaviour.
- 
Method Summary
- 
Method Details- 
noCacheShould 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
 
 
-