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 Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
CACHE_ADVISOR_BEAN_NAME
The name of the cache advisor bean.- See Also:
 
 - 
CACHE_ASPECT_BEAN_NAME
The name of the cache aspect bean.- See Also:
 
 - 
JCACHE_ADVISOR_BEAN_NAME
The name of the JCache advisor bean.- See Also:
 
 - 
JCACHE_ASPECT_BEAN_NAME
The name of the JCache advisor bean.- See Also:
 
 
 - 
 - 
Constructor Details
- 
CacheManagementConfigUtils
public CacheManagementConfigUtils() 
 -