|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RemoteCache | |
|---|---|
| org.infinispan.cdi | This is the Infinispan CDI module. |
| org.infinispan.client.hotrod | |
| org.infinispan.client.hotrod.impl | |
| Uses of RemoteCache in org.infinispan.cdi |
|---|
| Methods in org.infinispan.cdi that return RemoteCache | ||
|---|---|---|
|
RemoteCacheProducer.getRemoteCache(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
Produces the remote cache. |
|
| Uses of RemoteCache in org.infinispan.client.hotrod |
|---|
| Methods in org.infinispan.client.hotrod that return RemoteCache | ||
|---|---|---|
|
RemoteCacheManager.getCache()
Retrieves the default cache from the remote server. |
|
|
RemoteCacheManager.getCache(boolean forceReturnValue)
|
|
|
RemoteCacheManager.getCache(String cacheName)
Retrieves a named cache from the remote server if the cache has been defined, otherwise if the cache name is underfined, it will return null. |
|
|
RemoteCacheManager.getCache(String cacheName,
boolean forceReturnValue)
|
|
RemoteCache<K,V> |
RemoteCache.withFlags(Flag... flags)
Applies one or more Flags to the scope of a single invocation. |
|
| Uses of RemoteCache in org.infinispan.client.hotrod.impl |
|---|
| Classes in org.infinispan.client.hotrod.impl that implement RemoteCache | |
|---|---|
class |
RemoteCacheImpl<K,V>
|
class |
RemoteCacheSupport<K,V>
Purpose: keep all delegating and unsupported methods in one place -> readability. |
| Methods in org.infinispan.client.hotrod.impl that return RemoteCache | |
|---|---|
RemoteCache<K,V> |
RemoteCacheImpl.withFlags(Flag... flags)
|
|
--> | |||||||||