+ add docs

+ rename cache:definitions to cache:caching (to be consistent with annotations)
This commit is contained in:
Costin Leau
2011-11-25 19:40:05 +00:00
parent 549c663fba
commit 3416a26136
4 changed files with 52 additions and 28 deletions

View File

@@ -117,7 +117,7 @@ class CacheAdviceParser extends AbstractSingleBeanDefinitionParser {
private static final String CACHE_EVICT_ELEMENT = "cache-evict";
private static final String CACHE_PUT_ELEMENT = "cache-put";
private static final String METHOD_ATTRIBUTE = "method";
private static final String DEFS_ELEMENT = "definitions";
private static final String DEFS_ELEMENT = "caching";
@Override
protected Class<?> getBeanClass(Element element) {