JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
G
I
S
A
AbstractCacheManagerInvalidationStrategy
<
T
extends
InvalidationEntry
> - Class in
com.github.ppodgorsek.cache.spring.strategy
Holder containing the cache region names for a type of invalidation entry.
AbstractCacheManagerInvalidationStrategy()
- Constructor for class com.github.ppodgorsek.cache.spring.strategy.
AbstractCacheManagerInvalidationStrategy
C
CacheManagerHelper
<
T
extends
InvalidationEntry
> - Class in
com.github.ppodgorsek.cache.spring.helper.impl
Helper used to evict entries from a Spring Cache Manager.
CacheManagerHelper()
- Constructor for class com.github.ppodgorsek.cache.spring.helper.impl.
CacheManagerHelper
CacheManagerStrategy
<
T
extends
InvalidationEntry
> - Interface in
com.github.ppodgorsek.cache.spring.strategy
Strategy used to determines which elements should be removed from the
CacheManager
.
com.github.ppodgorsek.cache.spring.helper.impl
- package com.github.ppodgorsek.cache.spring.helper.impl
com.github.ppodgorsek.cache.spring.strategy
- package com.github.ppodgorsek.cache.spring.strategy
com.github.ppodgorsek.cache.spring.strategy.impl
- package com.github.ppodgorsek.cache.spring.strategy.impl
G
getCacheManager()
- Method in class com.github.ppodgorsek.cache.spring.strategy.
AbstractCacheManagerInvalidationStrategy
getCacheManagerStrategies()
- Method in class com.github.ppodgorsek.cache.spring.helper.impl.
CacheManagerHelper
getCacheNames()
- Method in class com.github.ppodgorsek.cache.spring.strategy.
AbstractCacheManagerInvalidationStrategy
I
IdentifiedCacheManagerInvalidationStrategy
- Class in
com.github.ppodgorsek.cache.spring.strategy.impl
Strategy that evicts a single element from cache regions when an entry needs to be invalidated.
IdentifiedCacheManagerInvalidationStrategy()
- Constructor for class com.github.ppodgorsek.cache.spring.strategy.impl.
IdentifiedCacheManagerInvalidationStrategy
invalidate(T)
- Method in interface com.github.ppodgorsek.cache.spring.strategy.
CacheManagerStrategy
Clears the cache associated with an invalidation entry.
invalidate(IdentifiedInvalidationEntry)
- Method in class com.github.ppodgorsek.cache.spring.strategy.impl.
IdentifiedCacheManagerInvalidationStrategy
invalidate(InvalidationEntry)
- Method in class com.github.ppodgorsek.cache.spring.strategy.impl.
SimpleCacheManagerInvalidationStrategy
invalidateEntry(T)
- Method in class com.github.ppodgorsek.cache.spring.helper.impl.
CacheManagerHelper
S
setCacheManager(CacheManager)
- Method in class com.github.ppodgorsek.cache.spring.strategy.
AbstractCacheManagerInvalidationStrategy
setCacheManagerStrategies(Map<Class<T>, CacheManagerStrategy<T>>)
- Method in class com.github.ppodgorsek.cache.spring.helper.impl.
CacheManagerHelper
setCacheNames(List<String>)
- Method in class com.github.ppodgorsek.cache.spring.strategy.
AbstractCacheManagerInvalidationStrategy
SimpleCacheManagerInvalidationStrategy
- Class in
com.github.ppodgorsek.cache.spring.strategy.impl
Simple strategy that clears whole cache regions when an entry needs to be invalidated.
SimpleCacheManagerInvalidationStrategy()
- Constructor for class com.github.ppodgorsek.cache.spring.strategy.impl.
SimpleCacheManagerInvalidationStrategy
A
C
G
I
S
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2015. All rights reserved.