Package com.oracle.coherence.client
Class ScopedGrpcAsyncCacheReferenceStore
- java.lang.Object
-
- com.tangosol.net.internal.AbstractScopedReferenceStore
-
- com.tangosol.net.internal.ScopedReferenceStore<AsyncNamedCacheClient>
-
- com.oracle.coherence.client.ScopedGrpcAsyncCacheReferenceStore
-
public class ScopedGrpcAsyncCacheReferenceStore extends com.tangosol.net.internal.ScopedReferenceStore<AsyncNamedCacheClient>
ScopedGrpcAsyncCacheReferenceStoreholds scopedAsyncNamedCacheClientreferences.AsyncNamedCacheClientreferences are scoped by ClassLoader and, optionally, Subject. ScopedGrpcAsyncCacheReferenceStore requires no explicit input about Subjects from its clients. Subject scoping is configured in the operational configuration and applies only to remote cache.Thread safety documented in
AbstractScopedReferenceStore.- Since:
- 22.06.2
- Author:
- Jonathan Knight 2022.08.25
-
-
Constructor Summary
Constructors Constructor Description ScopedGrpcAsyncCacheReferenceStore()
-
Method Summary
-
Methods inherited from class com.tangosol.net.internal.ScopedReferenceStore
clearInactiveRefs, get, getAll, getAll, put, putIfAbsent, release, release
-
-