| Modifier and Type | Method and Description |
|---|---|
CacheKey |
CacheKey.addAttribute(String key,
String value)
Add a custom key-value pair attribute.
|
| Modifier and Type | Method and Description |
|---|---|
protected CacheStrategy<CacheKey,CacheValue> |
ConfigurableCacheStrategy.getDefaultStrategy() |
| Modifier and Type | Method and Description |
|---|---|
CacheValue |
ConfigurableCacheStrategy.get(CacheKey key)
Restore a value from the cache.
|
void |
ConfigurableCacheStrategy.put(CacheKey key,
CacheValue value)
Put a value in the cache using a key.
|
| Modifier and Type | Method and Description |
|---|---|
CacheKey |
DefaultCacheKeyFactory.create(javax.servlet.http.HttpServletRequest request)
Creates a
CacheKey from the provided request. |
CacheKey |
CacheKeyFactoryDecorator.create(javax.servlet.http.HttpServletRequest request)
Creates a
CacheKey from the provided request. |
CacheKey |
CacheKeyFactory.create(javax.servlet.http.HttpServletRequest request)
Creates a
CacheKey from the provided request. |
| 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 |
|---|---|
protected CacheValue |
DefaultSynchronizedCacheStrategyDecorator.loadValue(CacheKey key)
Loads the value associated with the key.
|
protected void |
DefaultSynchronizedCacheStrategyDecorator.onBeforeGet(CacheKey key)
Invoked just before the get method is invoked.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
String |
GroupsProcessor.process(CacheKey cacheKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceWatcher.check(CacheKey cacheEntry)
Check if resources from a group were changed.
|
Copyright © 2008-2013. All Rights Reserved.