Class CacheableOperation

java.lang.Object
org.springframework.cache.interceptor.CacheOperation
org.springframework.cache.interceptor.CacheableOperation
All Implemented Interfaces:
BasicOperation

public class CacheableOperation extends CacheOperation
Class describing a cache 'cacheable' operation.
Since:
3.1
Author:
Costin Leau, Phillip Webb, Marcin Kamionowski