ro.isdc.wro.cache.spi
Interface CacheStrategyProvider

All Known Subinterfaces:
ConfigurableProvider
All Known Implementing Classes:
ConfigurableProviderSupport, DefaultCacheStrategyProvider, DefaultConfigurableProvider, DefaultConfigurableProvider

public interface CacheStrategyProvider

A service provider responsible for providing new implementations of HashStrategy.

Since:
1.5.0
Author:
Alex Objelean

Method Summary
 Map<String,CacheStrategy<CacheKey,CacheValue>> provideCacheStrategies()
           
 

Method Detail

provideCacheStrategies

Map<String,CacheStrategy<CacheKey,CacheValue>> provideCacheStrategies()
Returns:
the CacheStrategy implementations to contribute. The key represents the alias.


Copyright © 2008-2013. All Rights Reserved.