Class DataTrackingCacheUtility


  • public final class DataTrackingCacheUtility
    extends Object
    Utility class for working with Spring Cache.
    Author:
    Jeff Fischer
    • Method Detail

      • getKeyFragment

        public static String getKeyFragment​(org.springframework.data.domain.Pageable page)
        Create a key fragment appropriate for a specified page of data.
        Parameters:
        page - The page of data requested to use as a cache key
        Returns:
        The key generated from the relevant attributes of the page