Interface StaleAssetIndicatorService


  • public interface StaleAssetIndicatorService
    • Method Detail

      • getAssetTreeLMT

        long getAssetTreeLMT​(Resource resource)
        Will return the latest last modified time of all dependant assets of the given asset. Long.MAX_VALUE if entry not found. This can then be used to invalidate stale caches.
        Parameters:
        resource -
        Returns:
        latest last modified time of all dependant assets of the given asset