List of usage examples for org.springframework.cache.annotation SpringCacheAnnotationParser SpringCacheAnnotationParser
SpringCacheAnnotationParser
From source file:grails.plugin.cache.GrailsAnnotationCacheOperationSource.java
/** * Constructor. */ public GrailsAnnotationCacheOperationSource() { annotationParsers.add(new SpringCacheAnnotationParser()); }