Example usage for org.springframework.cache.annotation SpringCacheAnnotationParser SpringCacheAnnotationParser

List of usage examples for org.springframework.cache.annotation SpringCacheAnnotationParser SpringCacheAnnotationParser

Introduction

In this page you can find the example usage for org.springframework.cache.annotation SpringCacheAnnotationParser SpringCacheAnnotationParser.

Prototype

SpringCacheAnnotationParser

Source Link

Usage

From source file:grails.plugin.cache.GrailsAnnotationCacheOperationSource.java

/**
 * Constructor.
 */
public GrailsAnnotationCacheOperationSource() {
    annotationParsers.add(new SpringCacheAnnotationParser());
}