Coherence Exit Points

Name of the Exit Point Type Method Name Class Match Criteria Class / Interface / Superclass / Annotation NameMethod Name Splitting Configuration

Coherence.Put

Cache

that implements an interface which

com.tangosol.net.NamedCache

put

getCacheName()

Coherence.PutAll

Cache

that implements an interface which

com.tangosol.net.NamedCache

putAll

getCacheName()

Coherence.EntrySet

Cache

that implements an interface which

com.tangosol.net.NamedCache

entrySet

getCacheName()

Coherence.KeySet

Cache

that implements an interface which

com.tangosol.net.NamedCache

keySet

getCacheName()

Coherence.Get

Cache

that implements an interface which

com.tangosol.net.NamedCache

get

getCacheName()

Coherence.Remove

Cache

that implements an interface which

com.tangosol.net.NamedCache

remove

getCacheName()