com.elasticpath.service.catalogview
Interface ProductCacheLoader

All Superinterfaces:
EpService
All Known Implementing Classes:
ProductCacheLoaderImpl

public interface ProductCacheLoader
extends EpService

Loads products into the product cache. This is only supported when using the RefreshableCachedProductRetrieveStrategy.


Method Summary
 void loadAllProducts()
          Loads all products into the refreshable cache strategy.
 
Methods inherited from interface com.elasticpath.service.EpService
getElasticPath, setElasticPath
 

Method Detail

loadAllProducts

void loadAllProducts()
Loads all products into the refreshable cache strategy.