| Package | Description |
|---|---|
| com.github.ppodgorsek.cache.spring.helper.impl | |
| com.github.ppodgorsek.cache.spring.strategy | |
| com.github.ppodgorsek.cache.spring.strategy.impl |
| Modifier and Type | Method and Description |
|---|---|
Map<Class<T>,CacheManagerStrategy<T>> |
CacheManagerHelper.getCacheManagerStrategies() |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheManagerHelper.setCacheManagerStrategies(Map<Class<T>,CacheManagerStrategy<T>> strategies) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCacheManagerInvalidationStrategy<T extends InvalidationEntry>
Holder containing the cache region names for a type of invalidation entry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdentifiedCacheManagerInvalidationStrategy
Strategy that evicts a single element from cache regions when an entry needs to be invalidated.
|
class |
SimpleCacheManagerInvalidationStrategy
Simple strategy that clears whole cache regions when an entry needs to be invalidated.
|
Copyright © 2015. All rights reserved.