Reference @EnableCaching from spring-cache XSD

This commit is contained in:
Chris Beams 2011-11-26 05:20:08 +00:00
parent 333f9f31a7
commit 03f6d23536
1 changed files with 4 additions and 1 deletions

View File

@ -27,6 +27,9 @@
to be created for the relevant annotated beans.
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:annotation>
<xsd:attribute name="cache-manager" type="xsd:string" default="cacheManager">
@ -221,4 +224,4 @@
</xsd:complexContent>
</xsd:complexType>
</xsd:schema>
</xsd:schema>