JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Spring Framework
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.springframework.cache.interceptor
Interface BasicOperation
All Known Subinterfaces:
JCacheOperation
<A>
All Known Implementing Classes:
CacheableOperation
,
CacheEvictOperation
,
CacheOperation
,
CachePutOperation
public interface
BasicOperation
The base interface that all cache operations must implement.
Since:
4.1
Author:
Stephane Nicoll
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Set
<
String
>
getCacheNames
()
Return the cache name(s) associated with the operation.
Method Detail
getCacheNames
Set
<
String
> getCacheNames()
Return the cache name(s) associated with the operation.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Spring Framework
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method