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

Packages that use CacheStrategy
ro.isdc.wro.cache.impl   
ro.isdc.wro.manager   
ro.isdc.wro.manager.factory   
 

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.manager
 

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

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

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

Methods in ro.isdc.wro.manager.factory that return CacheStrategy
protected  CacheStrategy<CacheEntry,ContentHashEntry> BaseWroManagerFactory.newCacheStrategy()
           
 

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



Copyright © 2008-2011. All Rights Reserved.