Example usage for org.springframework.cache.jcache.interceptor JCacheOperationSource interface-usage

List of usage examples for org.springframework.cache.jcache.interceptor JCacheOperationSource interface-usage

Introduction

In this page you can find the example usage for org.springframework.cache.jcache.interceptor JCacheOperationSource interface-usage.

Usage

From source file org.springframework.cache.jcache.interceptor.AbstractFallbackJCacheOperationSource.java

/**
 * Abstract implementation of {@link JCacheOperationSource} that caches attributes
 * for methods and implements a fallback policy: 1. specific target method;
 * 2. declaring method.
 *
 * <p>This implementation caches attributes by method after they are first used.