ro.isdc.wro.cache.spi
Class DefaultCacheStrategyProvider

java.lang.Object
  extended by ro.isdc.wro.cache.spi.DefaultCacheStrategyProvider
All Implemented Interfaces:
CacheStrategyProvider

public class DefaultCacheStrategyProvider
extends Object
implements CacheStrategyProvider

Default implementation of NamingStrategyProvider providing all NamingStrategy implementations from core module.

Since:
1.4.7
Author:
Alex Objelean

Constructor Summary
DefaultCacheStrategyProvider()
           
 
Method Summary
 Map<String,CacheStrategy<CacheKey,CacheValue>> provideCacheStrategies()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCacheStrategyProvider

public DefaultCacheStrategyProvider()
Method Detail

provideCacheStrategies

public Map<String,CacheStrategy<CacheKey,CacheValue>> provideCacheStrategies()

Specified by:
provideCacheStrategies in interface CacheStrategyProvider
Returns:
the CacheStrategy implementations to contribute. The key represents the alias.


Copyright © 2008-2013. All Rights Reserved.