|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||