Class CachePutOperation

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

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