Interface CacheService.CacheAction
- All Superinterfaces:
Action
- Enclosing interface:
CacheService
CacheAction represents a type of action taken by a CacheService.
- Since:
- Coherence 1.1
- Author:
- gg 2002.02.08
-
Field Summary
Fields
-
Field Details
-
WRITE
Singleton action for cache writes. -
READ
Singleton action for cache reads.
-