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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isNotCacheable(String uri)
Test if a resource should not be cached
-
-
-
Method Detail
-
isNotCacheable
boolean isNotCacheable(String uri)
Test if a resource should not be cached- Parameters:
uri
- The uri- Returns:
- True if the resource should not be cached
-
-