Package io.wcm.wcm.commons.caching
Interface ModificationDateProvider
- All Known Implementing Classes:
PageModificationDateProvider,ResourceModificationDateProvider
@ConsumerType
public interface ModificationDateProvider
This interface allows to use the isNotModifed() utility method in cases where the last modification date
can not be directly read from a corresponding JCR resource.
-
Method Summary
-
Method Details
-
getModificationDate
- Returns:
- The date of the last modification
-