Uses of Class
com.tangosol.coherence.jcache.remotecache.RemoteCacheConfiguration
-
Packages that use RemoteCacheConfiguration Package Description com.tangosol.coherence.jcache.remotecache Contains classes related to remote cache implementation of Coherence JCache. -
-
Uses of RemoteCacheConfiguration in com.tangosol.coherence.jcache.remotecache
Constructors in com.tangosol.coherence.jcache.remotecache with parameters of type RemoteCacheConfiguration Constructor Description RemoteCache(CoherenceBasedCacheManager manager, String sJCacheName, RemoteCacheConfiguration configuration)
Constructs aRemoteCache
configured byPartitionedCacheConfiguration
in context ofCoherenceBasedCacheManager
with JCache namesJCacheName
.
-