public static interface WebResourceRoot.CacheStrategy
Modifier and Type | Method and Description |
---|---|
boolean |
noCache(String path)
Should the result of looking up the resource at the given path be
excluded from caching?
|
boolean noCache(String path)
path
- The path to check against the strategy to see if the
result should be cachedtrue
if the result should not be cached, otherwise
false
Copyright © 2000-2022 Apache Software Foundation. All Rights Reserved.