Uses of Interface
org.infinispan.client.hotrod.RemoteCache

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
<K,V> RemoteCache<K,V>
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
<K,V> RemoteCache<K,V>
RemoteCacheManager.getCache()
          Retrieves the default cache from the remote server.
<K,V> RemoteCache<K,V>
RemoteCacheManager.getCache(boolean forceReturnValue)
           
<K,V> RemoteCache<K,V>
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.
<K,V> RemoteCache<K,V>
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)
           
 


-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.