类 CacheNamespaceHandler
- java.lang.Object
- org.springframework.beans.factory.xml.NamespaceHandlerSupport
- org.springframework.cache.config.CacheNamespaceHandler
- 所有已实现的接口:
NamespaceHandler
public class CacheNamespaceHandler extends NamespaceHandlerSupport
NamespaceHandlerallowing for the configuration of declarative cache management using either XML or using annotations.This namespace handler is the central piece of functionality in the Spring cache management facilities.
- 从以下版本开始:
- 3.1
- 作者:
- Costin Leau
构造器概要
构造器 构造器 说明 CacheNamespaceHandler()
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidinit()Invoked by theDefaultBeanDefinitionDocumentReaderafter construction but before any custom elements are parsed.从类继承的方法 org.springframework.beans.factory.xml.NamespaceHandlerSupport
decorate, parse, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParser
构造器详细资料
CacheNamespaceHandler
public CacheNamespaceHandler()
方法详细资料
init
public void init()
从接口复制的说明:NamespaceHandlerInvoked by theDefaultBeanDefinitionDocumentReaderafter construction but before any custom elements are parsed.