| Package | Description |
|---|---|
| ro.isdc.wro.cache | |
| ro.isdc.wro.cache.support | |
| ro.isdc.wro.manager | |
| ro.isdc.wro.manager.factory |
| Modifier and Type | Method and Description |
|---|---|
CacheValue |
ConfigurableCacheStrategy.get(CacheKey key)
Restore a value from the cache.
|
static CacheValue |
CacheValue.valueOf(String rawContent,
String hash)
Factory method.
|
| Modifier and Type | Method and Description |
|---|---|
protected CacheStrategy<CacheKey,CacheValue> |
ConfigurableCacheStrategy.getDefaultStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurableCacheStrategy.put(CacheKey key,
CacheValue value)
Put a value in the cache using a key.
|
| Modifier and Type | Method and Description |
|---|---|
protected CacheValue |
DefaultSynchronizedCacheStrategyDecorator.loadValue(CacheKey key)
Loads the value associated with the key.
|
| Modifier and Type | Method and Description |
|---|---|
static CacheStrategy<CacheKey,CacheValue> |
DefaultSynchronizedCacheStrategyDecorator.decorate(CacheStrategy<CacheKey,CacheValue> decorated)
Decorates the provided
CacheStrategy. |
| Modifier and Type | Method and Description |
|---|---|
static CacheStrategy<CacheKey,CacheValue> |
DefaultSynchronizedCacheStrategyDecorator.decorate(CacheStrategy<CacheKey,CacheValue> decorated)
Decorates the provided
CacheStrategy. |
| Modifier and Type | Method and Description |
|---|---|
CacheStrategy<CacheKey,CacheValue> |
WroManager.getCacheStrategy() |
| Modifier and Type | Method and Description |
|---|---|
WroManager |
WroManager.setCacheStrategy(CacheStrategy<CacheKey,CacheValue> cacheStrategy) |
| Modifier and Type | Method and Description |
|---|---|
protected CacheStrategy<CacheKey,CacheValue> |
ConfigurableWroManagerFactory.newCacheStrategy() |
protected CacheStrategy<CacheKey,CacheValue> |
BaseWroManagerFactory.newCacheStrategy() |
| Modifier and Type | Method and Description |
|---|---|
BaseWroManagerFactory |
BaseWroManagerFactory.setCacheStrategy(CacheStrategy<CacheKey,CacheValue> cacheStrategy) |
Copyright © 2008-2013. All Rights Reserved.