Package org.springframework.cache.config
Class CacheManagementConfigUtils
java.lang.Object
org.springframework.cache.config.CacheManagementConfigUtils
Configuration constants for internal sharing across subpackages.
- Since:
- 4.1
- Author:
- Juergen Hoeller
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
CACHE_ADVISOR_BEAN_NAMEThe name of the cache advisor bean.- See Also:
 
- 
CACHE_ASPECT_BEAN_NAMEThe name of the cache aspect bean.- See Also:
 
- 
JCACHE_ADVISOR_BEAN_NAMEThe name of the JCache advisor bean.- See Also:
 
- 
JCACHE_ASPECT_BEAN_NAMEThe name of the JCache advisor bean.- See Also:
 
 
- 
- 
Constructor Details- 
CacheManagementConfigUtilspublic CacheManagementConfigUtils()
 
-