Interface CacheStoreProvider


  • public interface CacheStoreProvider
    • 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