Package | Description |
---|---|
org.springframework.cache.annotation |
Annotations and supporting classes for declarative cache management.
|
org.springframework.cache.interceptor |
AOP-based solution for declarative caching demarcation.
|
Modifier and Type | Field and Description |
---|---|
protected KeyGenerator |
AbstractCachingConfiguration.keyGenerator |
Modifier and Type | Method and Description |
---|---|
KeyGenerator |
CachingConfigurer.keyGenerator()
Return the key generator bean to use for annotation-driven cache management.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultKeyGenerator
Default key generator.
|
Modifier and Type | Method and Description |
---|---|
KeyGenerator |
CacheAspectSupport.getKeyGenerator()
Return the KeyGenerator for this cache aspect,
|
Modifier and Type | Method and Description |
---|---|
void |
CacheAspectSupport.setKeyGenerator(KeyGenerator keyGenerator)
Set the KeyGenerator for this cache aspect.
|
Copyright © 2015. All rights reserved.