Example usage for org.springframework.cache.interceptor AbstractCacheInvoker subclass-usage

List of usage examples for org.springframework.cache.interceptor AbstractCacheInvoker subclass-usage

Introduction

In this page you can find the example usage for org.springframework.cache.interceptor AbstractCacheInvoker subclass-usage.

Usage

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

/**
 * A base interceptor for JSR-107 cache annotations.
 *
 * @author Stephane Nicoll
 * @since 4.1
 */

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

/**
 * Base class for JSR-107 caching aspects, such as the {@link JCacheInterceptor}
 * or an AspectJ aspect.
 *
 * <p>Use the Spring caching abstraction for cache-related operations. No JSR-107
 * {@link javax.cache.Cache} or {@link javax.cache.CacheManager} are required to

From source file org.springframework.cache.interceptor.CacheAspectSupport.java

/**
 * Base class for caching aspects, such as the {@link CacheInterceptor} or an
 * AspectJ aspect.
 *
 * <p>This enables the underlying Spring caching infrastructure to be used easily
 * to implement an aspect for any aspect system.