Package com.adobe.aemds.guide.cache.api
Interface CacheStoreProvider
-
public interface CacheStoreProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CacheStore
newCacheStore(CacheConfig cacheConfig)
Create and return a new cache store that will be and implementation of {link#CacheStore} to be used for storing the artifacts
-
-
-
Method Detail
-
newCacheStore
CacheStore newCacheStore(CacheConfig cacheConfig)
Create and return a new cache store that will be and implementation of {link#CacheStore} to be used for storing the artifacts- Parameters:
cacheConfig
- Config for the CacheStore- Returns:
- a new instance of an Implementation of CacheStore
-
-