Uses of Class
com.oracle.coherence.client.NamedCacheClient
-
Packages that use NamedCacheClient Package Description com.oracle.coherence.client An implementation of a Coherence Java gRPC client. -
-
Uses of NamedCacheClient in com.oracle.coherence.client
Fields in com.oracle.coherence.client declared as NamedCacheClient Modifier and Type Field Description protected NamedCacheClient<K,V>AsyncNamedCacheClient. f_synchronousCacheThe synchronous version of this client.Methods in com.oracle.coherence.client that return NamedCacheClient Modifier and Type Method Description NamedCacheClient<K,V>AsyncNamedCacheClient. getNamedCacheClient()Return the synchronous cache client.
-