Package com.tangosol.net
Interface CacheService.CacheAction
- All Superinterfaces:
Action
- Enclosing interface:
CacheService
CacheAction represents a type of action taken by a CacheService.
-
Field Summary
-
Field Details
-
WRITE
Singleton action for cache writes. -
READ
Singleton action for cache reads.
-