Package com.adobe.forms.common.service
Interface StaleAssetIndicatorService
-
public interface StaleAssetIndicatorService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getAssetTreeLMT(Resource resource)
Will return the latest last modified time of all dependant assets of the given asset.
-
-
-
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
-
-