Uses of Interface
org.broadleafcommerce.common.cache.PersistentRetrieval
Packages that use PersistentRetrieval
-
Uses of PersistentRetrieval in org.broadleafcommerce.common.cache
Methods in org.broadleafcommerce.common.cache with parameters of type PersistentRetrievalModifier and TypeMethodDescriptionprotected T
AbstractCacheMissAware.getCachedObject
(Class<T> responseClass, String cacheName, String statisticsName, PersistentRetrieval<T> retrieval, String... params) This is the main entry point for retrieving an object from this cache.