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
Modifier and TypeMethodDescriptionReturn the cache name(s) associated with the operation.
-
Method Details
-
getCacheNames
-