Uses of Interface
com.elasticpath.service.catalogview.RefreshableCachedProductRetrieveStrategy

Packages that use RefreshableCachedProductRetrieveStrategy
com.elasticpath.service.catalog.impl   
com.elasticpath.service.catalogview.impl   
 

Uses of RefreshableCachedProductRetrieveStrategy in com.elasticpath.service.catalog.impl
 

Methods in com.elasticpath.service.catalog.impl with parameters of type RefreshableCachedProductRetrieveStrategy
 void ProductCacheUpdateServiceImpl.setRefreshableCachedProductRetrieveStrategy(RefreshableCachedProductRetrieveStrategy refreshableCachedProductRetrieveStrategy)
          Set the cached product retrieve strategy that is to be updated.
 

Uses of RefreshableCachedProductRetrieveStrategy in com.elasticpath.service.catalogview.impl
 

Classes in com.elasticpath.service.catalogview.impl that implement RefreshableCachedProductRetrieveStrategy
 class RefreshableCachedProductRetrieveStrategyImpl
          Provides an implementation of ProductRetrieveStrategy with JBoss tree caching ability.
 

Methods in com.elasticpath.service.catalogview.impl with parameters of type RefreshableCachedProductRetrieveStrategy
 void ProductCacheLoaderImpl.setRefreshableCachedProductRetrieveStrategy(RefreshableCachedProductRetrieveStrategy refreshableCachedProductRetrieveStrategy)
          Set the refreshable cached product retrieve strategy whose cache is to be loaded.