spring-framework / org.springframework.cache.config / CacheNamespaceHandler

CacheNamespaceHandler

open class CacheNamespaceHandler : NamespaceHandlerSupport

NamespaceHandler allowing 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.

Author
Costin Leau

Since
3.1

Constructors

<init>

CacheNamespaceHandler()

NamespaceHandler allowing 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.

Functions

init

open fun init(): Unit