| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurableCacheStrategy
Uses the
CacheStrategy implementation associated with an alias read from properties file. |
| Modifier and Type | Method and Description |
|---|---|
protected CacheStrategy<CacheKey,CacheValue> |
ConfigurableCacheStrategy.getDefaultStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,CacheStrategy<CacheKey,CacheValue>> |
ConfigurableCacheStrategy.getStrategies(CacheStrategyProvider provider) |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CacheStrategy<CacheKey,CacheValue>> |
DefaultCacheStrategyProvider.provideCacheStrategies() |
Map<String,CacheStrategy<CacheKey,CacheValue>> |
CacheStrategyProvider.provideCacheStrategies() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSynchronizedCacheStrategyDecorator<K,V>
Ensure that the
AbstractSynchronizedCacheStrategyDecorator.loadValue(Object) will be called only once for the same
key. |
class |
CacheStrategyDecorator<K,V>
A decorator of
CacheStrategy. |
class |
DefaultSynchronizedCacheStrategyDecorator
Responsible for invoking
GroupsProcessor when cache key is missed. |
| 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. |
| Constructor and Description |
|---|
AbstractSynchronizedCacheStrategyDecorator(CacheStrategy<K,V> decorated) |
CacheStrategyDecorator(CacheStrategy<K,V> decorated) |
| 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) |
| Constructor and Description |
|---|
ReloadCacheRunnable(CacheStrategy<?,?> 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.