Class DataTrackingCacheUtility
java.lang.Object
com.broadleafcommerce.data.tracking.core.cache.DataTrackingCacheUtility
Utility class for working with Spring Cache.
- Author:
 - Jeff Fischer
 
- 
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetKeyFragment(org.springframework.data.domain.Pageable page) Create a key fragment appropriate for a specified page of data. 
- 
Method Details
- 
getKeyFragment
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
 
 
 -