Uses of Interface
ro.isdc.wro.cache.factory.CacheKeyFactory

Packages that use CacheKeyFactory
ro.isdc.wro.cache.factory   
ro.isdc.wro.manager   
ro.isdc.wro.manager.factory   
 

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

Classes in ro.isdc.wro.cache.factory that implement CacheKeyFactory
 class CacheKeyFactoryDecorator
          Decorator for CacheKeyFactory object.
 class DefaultCacheKeyFactory
          Default implementation of CacheKeyFactory which builds the CacheKey by setting all required types after inspecting the request.
 

Constructors in ro.isdc.wro.cache.factory with parameters of type CacheKeyFactory
CacheKeyFactoryDecorator(CacheKeyFactory decorated)
           
 

Uses of CacheKeyFactory in ro.isdc.wro.manager
 

Methods in ro.isdc.wro.manager that return CacheKeyFactory
 CacheKeyFactory WroManager.getCacheKeyFactory()
           
 

Methods in ro.isdc.wro.manager with parameters of type CacheKeyFactory
 WroManager.Builder WroManager.Builder.setCacheKeyFactory(CacheKeyFactory cacheKeyFactory)
           
 

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

Methods in ro.isdc.wro.manager.factory that return CacheKeyFactory
protected  CacheKeyFactory BaseWroManagerFactory.newCacheKeyFactory()
           
 

Methods in ro.isdc.wro.manager.factory with parameters of type CacheKeyFactory
 void BaseWroManagerFactory.setCacheKeyFactory(CacheKeyFactory cacheKeyFactory)
           
 



Copyright © 2008-2013. All Rights Reserved.