public abstract class CacheManagementConfigUtils
extends Object
Configuration constants for internal sharing across subpackages.
- 从以下版本开始:
- 4.0
- 作者:
- Juergen Hoeller
-
字段概要
字段
The name of the cache advisor bean.
The name of the cache aspect bean.
The name of the JCache advisor bean.
The name of the JCache advisor bean.
-
-
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
字段详细资料
-
CACHE_ADVISOR_BEAN_NAME
public static final String CACHE_ADVISOR_BEAN_NAME
The name of the cache advisor bean.
- 另请参阅:
-
-
CACHE_ASPECT_BEAN_NAME
public static final String CACHE_ASPECT_BEAN_NAME
The name of the cache aspect bean.
- 另请参阅:
-
-
JCACHE_ADVISOR_BEAN_NAME
public static final String JCACHE_ADVISOR_BEAN_NAME
The name of the JCache advisor bean.
- 另请参阅:
-
-
JCACHE_ASPECT_BEAN_NAME
public static final String JCACHE_ASPECT_BEAN_NAME
The name of the JCache advisor bean.
- 另请参阅:
-
-
构造器详细资料
-
CacheManagementConfigUtils
public CacheManagementConfigUtils()