Reference @EnableCaching from spring-cache XSD
This commit is contained in:
parent
333f9f31a7
commit
03f6d23536
|
|
@ -27,6 +27,9 @@
|
||||||
to be created for the relevant annotated beans.
|
to be created for the relevant annotated beans.
|
||||||
|
|
||||||
The default annotations supported are Spring's @Cacheable and @CacheEvict.
|
The default annotations supported are Spring's @Cacheable and @CacheEvict.
|
||||||
|
|
||||||
|
See org.springframework.cache.annotation.EnableCaching Javadoc
|
||||||
|
for information on code-based alternatives to this XML element.
|
||||||
]]></xsd:documentation>
|
]]></xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
<xsd:attribute name="cache-manager" type="xsd:string" default="cacheManager">
|
<xsd:attribute name="cache-manager" type="xsd:string" default="cacheManager">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue