Uses of Class
ro.isdc.wro.cache.CacheValue

Packages that use CacheValue
ro.isdc.wro.cache   
ro.isdc.wro.cache.spi   
ro.isdc.wro.cache.support   
ro.isdc.wro.manager   
ro.isdc.wro.manager.factory   
ro.isdc.wro.util.provider   
 

Uses of CacheValue in ro.isdc.wro.cache
 

Methods in ro.isdc.wro.cache that return CacheValue
 CacheValue ConfigurableCacheStrategy.get(CacheKey key)
          Restore a value from the cache.
static CacheValue CacheValue.valueOf(String rawContent, String hash)
          Factory method.
 

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

Methods in ro.isdc.wro.cache with parameters of type CacheValue
 void ConfigurableCacheStrategy.put(CacheKey key, CacheValue value)
          Put a value in the cache using a key.
 

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

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

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

Methods in ro.isdc.wro.cache.support that return CacheValue
protected  CacheValue DefaultSynchronizedCacheStrategyDecorator.loadValue(CacheKey key)
          Loads the value associated with the key.
 

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

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

Uses of CacheValue in ro.isdc.wro.manager
 

Methods in ro.isdc.wro.manager that return types with arguments of type CacheValue
 CacheStrategy<CacheKey,CacheValue> WroManager.getCacheStrategy()
           
 

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

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

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

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

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

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



Copyright © 2008-2013. All Rights Reserved.