Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.net
Interface CacheService.CacheAction

All Superinterfaces:
Action
Enclosing interface:
CacheService

public static interface CacheService.CacheAction
extends Action

CacheAction represents a type of action taken by a CacheService.


Field Summary
static Action READ
          Singleton action for cache reads.
static Action WRITE
          Singleton action for cache writes.

 

Field Detail

WRITE

static final Action WRITE
Singleton action for cache writes.

READ

static final Action READ
Singleton action for cache reads.

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.