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

Packages that use CacheKey
ro.isdc.wro.cache   
ro.isdc.wro.cache.factory   
ro.isdc.wro.cache.spi   
ro.isdc.wro.cache.support   
ro.isdc.wro.manager   
ro.isdc.wro.manager.factory   
ro.isdc.wro.model.group.processor   
ro.isdc.wro.model.resource.support.change   
ro.isdc.wro.util.provider   
 

Uses of CacheKey in ro.isdc.wro.cache
 

Methods in ro.isdc.wro.cache that return CacheKey
 CacheKey CacheKey.addAttribute(String key, String value)
          Add a custom key-value pair attribute.
 

Methods in ro.isdc.wro.cache that return types with arguments of type CacheKey
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 CacheKey
 CacheValue ConfigurableCacheStrategy.get(CacheKey key)
          Restore a value from the cache.
 void ConfigurableCacheStrategy.put(CacheKey key, CacheValue value)
          Put a value in the cache using a key.
 

Uses of CacheKey in ro.isdc.wro.cache.factory
 

Methods in ro.isdc.wro.cache.factory that return CacheKey
 CacheKey DefaultCacheKeyFactory.create(javax.servlet.http.HttpServletRequest request)
          Creates a CacheKey from the provided request.
 CacheKey CacheKeyFactoryDecorator.create(javax.servlet.http.HttpServletRequest request)
          Creates a CacheKey from the provided request.
 CacheKey CacheKeyFactory.create(javax.servlet.http.HttpServletRequest request)
          Creates a CacheKey from the provided request.
 

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

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

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

Methods in ro.isdc.wro.cache.support that return types with arguments of type CacheKey
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 CacheKey
protected  CacheValue DefaultSynchronizedCacheStrategyDecorator.loadValue(CacheKey key)
          Loads the value associated with the key.
protected  void DefaultSynchronizedCacheStrategyDecorator.onBeforeGet(CacheKey key)
          Invoked just before the get method is invoked.
 

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

Uses of CacheKey in ro.isdc.wro.manager
 

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

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

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

Methods in ro.isdc.wro.manager.factory that return types with arguments of type CacheKey
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 CacheKey
 BaseWroManagerFactory BaseWroManagerFactory.setCacheStrategy(CacheStrategy<CacheKey,CacheValue> cacheStrategy)
           
 

Uses of CacheKey in ro.isdc.wro.model.group.processor
 

Methods in ro.isdc.wro.model.group.processor with parameters of type CacheKey
 String GroupsProcessor.process(CacheKey cacheKey)
           
 

Uses of CacheKey in ro.isdc.wro.model.resource.support.change
 

Methods in ro.isdc.wro.model.resource.support.change with parameters of type CacheKey
 void ResourceWatcher.check(CacheKey cacheEntry)
          Check if resources from a group were changed.
 

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

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



Copyright © 2008-2013. All Rights Reserved.