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 Type
    Method
    Description
    boolean
    Test if a resource should not be cached
  • Method Details

    • 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