Package org.ametys.web.resources
Interface FrontCacheableResource
- All Known Implementing Classes:
ConfigurableFrontCacheableResource
public interface FrontCacheableResource
Interface for front resources extension that check if a resource can be cached
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isNotCacheable
(String uri) Test if a resource should not be cached
-
Method Details
-
isNotCacheable
Test if a resource should not be cached- Parameters:
uri
- The uri- Returns:
- True if the resource should not be cached
-