Uses of Interface
ro.isdc.wro.cache.CacheStrategy

Packages that use CacheStrategy
ro.isdc.wro.cache   
ro.isdc.wro.cache.impl   
ro.isdc.wro.cache.spi   
ro.isdc.wro.cache.support   
ro.isdc.wro.manager   
ro.isdc.wro.manager.factory   
ro.isdc.wro.manager.runnable   
ro.isdc.wro.util.provider   
 

Uses of CacheStrategy in ro.isdc.wro.cache
 

Classes in ro.isdc.wro.cache that implement CacheStrategy
 class ConfigurableCacheStrategy
          Uses the CacheStrategy implementation associated with an alias read from properties file.
 

Methods in ro.isdc.wro.cache that return CacheStrategy
protected  CacheStrategy<CacheKey,CacheValue> ConfigurableCacheStrategy.getDefaultStrategy()
          
 

Methods in ro.isdc.wro.cache that return types with arguments of type CacheStrategy
protected  Map<String,CacheStrategy<CacheKey,CacheValue>> ConfigurableCacheStrategy.getStrategies(CacheStrategyProvider provider)
          
 

Uses of CacheStrategy in ro.isdc.wro.cache.impl
 

Classes in ro.isdc.wro.cache.impl that implement CacheStrategy
 class LruMemoryCacheStrategy<K,V>
          This class implements a LRU (Least Recently Used) cache strategy.
 class MemoryCacheStrategy<K,V>
          Default CacheStrategy implementation using a Map to store values in memory.
 

Uses of CacheStrategy in ro.isdc.wro.cache.spi
 

Methods in ro.isdc.wro.cache.spi that return types with arguments of type CacheStrategy
 Map<String,CacheStrategy<CacheKey,CacheValue>> DefaultCacheStrategyProvider.provideCacheStrategies()
          
 Map<String,CacheStrategy<CacheKey,CacheValue>> CacheStrategyProvider.provideCacheStrategies()
           
 

Uses of CacheStrategy in ro.isdc.wro.cache.support
 

Classes in ro.isdc.wro.cache.support that implement CacheStrategy
 class AbstractSynchronizedCacheStrategyDecorator<K,V>
          Ensure that the AbstractSynchronizedCacheStrategyDecorator.loadValue(Object) will be called only once for the same key.
 class CacheStrategyDecorator<K,V>
          A decorator of CacheStrategy.
 class DefaultSynchronizedCacheStrategyDecorator
          Responsible for invoking GroupsProcessor when cache key is missed.
 

Methods in ro.isdc.wro.cache.support that return CacheStrategy
static CacheStrategy<CacheKey,CacheValue> DefaultSynchronizedCacheStrategyDecorator.decorate(CacheStrategy<CacheKey,CacheValue> decorated)
          Decorates the provided CacheStrategy.
 

Methods in ro.isdc.wro.cache.support with parameters of type CacheStrategy
static CacheStrategy<CacheKey,CacheValue> DefaultSynchronizedCacheStrategyDecorator.decorate(CacheStrategy<CacheKey,CacheValue> decorated)
          Decorates the provided CacheStrategy.
 

Constructors in ro.isdc.wro.cache.support with parameters of type CacheStrategy
AbstractSynchronizedCacheStrategyDecorator(CacheStrategy<K,V> decorated)
           
CacheStrategyDecorator(CacheStrategy<K,V> decorated)
           
 

Uses of CacheStrategy in ro.isdc.wro.manager
 

Methods in ro.isdc.wro.manager that return CacheStrategy
 CacheStrategy<CacheKey,CacheValue> WroManager.getCacheStrategy()
           
 

Methods in ro.isdc.wro.manager with parameters of type CacheStrategy
 WroManager.Builder WroManager.Builder.setCacheStrategy(CacheStrategy<CacheKey,CacheValue> cacheStrategy)
           
 

Uses of CacheStrategy in ro.isdc.wro.manager.factory
 

Methods in ro.isdc.wro.manager.factory that return CacheStrategy
protected  CacheStrategy<CacheKey,CacheValue> ConfigurableWroManagerFactory.newCacheStrategy()
          
protected  CacheStrategy<CacheKey,CacheValue> BaseWroManagerFactory.newCacheStrategy()
           
 

Methods in ro.isdc.wro.manager.factory with parameters of type CacheStrategy
 BaseWroManagerFactory BaseWroManagerFactory.setCacheStrategy(CacheStrategy<CacheKey,CacheValue> cacheStrategy)
           
 

Uses of CacheStrategy in ro.isdc.wro.manager.runnable
 

Constructors in ro.isdc.wro.manager.runnable with parameters of type CacheStrategy
ReloadCacheRunnable(CacheStrategy<?,?> cacheStrategy)
           
 

Uses of CacheStrategy in ro.isdc.wro.util.provider
 

Methods in ro.isdc.wro.util.provider that return types with arguments of type CacheStrategy
 Map<String,CacheStrategy<CacheKey,CacheValue>> DefaultConfigurableProvider.provideCacheStrategies()
          
 Map<String,CacheStrategy<CacheKey,CacheValue>> ConfigurableProviderSupport.provideCacheStrategies()
          
 



Copyright © 2008-2013. All Rights Reserved.