| Package | Description |
|---|---|
| ro.isdc.wro.cache | |
| ro.isdc.wro.cache.spi | |
| ro.isdc.wro.cache.support | |
| ro.isdc.wro.manager | |
| ro.isdc.wro.manager.factory | |
| ro.isdc.wro.util.provider |
| 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() |
protected Map<String,CacheStrategy<CacheKey,CacheValue>> |
ConfigurableCacheStrategy.getStrategies(CacheStrategyProvider provider) |
| 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 |
|---|---|
Map<String,CacheStrategy<CacheKey,CacheValue>> |
DefaultCacheStrategyProvider.provideCacheStrategies() |
Map<String,CacheStrategy<CacheKey,CacheValue>> |
CacheStrategyProvider.provideCacheStrategies() |
| Modifier and Type | Method and Description |
|---|---|
protected CacheValue |
DefaultSynchronizedCacheStrategyDecorator.loadValue(CacheKey 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.Builder |
WroManager.Builder.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) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CacheStrategy<CacheKey,CacheValue>> |
DefaultConfigurableProvider.provideCacheStrategies() |
Map<String,CacheStrategy<CacheKey,CacheValue>> |
ConfigurableProviderSupport.provideCacheStrategies() |
Copyright © 2008-2014. All Rights Reserved.