Uses of Interface
org.wildfly.clustering.infinispan.client.RemoteCache

  • Uses of RemoteCache in org.wildfly.clustering.infinispan.client

    Modifier and Type
    Method
    Description
    <K, V> RemoteCache<K,V>
    RemoteCacheContainer.getCache()
     
    default <K, V> RemoteCache<K,V>
    RemoteCacheContainer.getCache(boolean forceReturnValue)
    Deprecated.
    <K, V> RemoteCache<K,V>
    RemoteCacheContainer.getCache(String cacheName)
     
    default <K, V> RemoteCache<K,V>
    RemoteCacheContainer.getCache(String cacheName, boolean forceReturnValue)
    Deprecated.
    default <K, V> RemoteCache<K,V>
    RemoteCacheContainer.getCache(String cacheName, boolean forceReturnValue, jakarta.transaction.TransactionManager transactionManager)
    Deprecated.
    default <K, V> RemoteCache<K,V>
    RemoteCacheContainer.getCache(String cacheName, boolean forceReturnValue, org.infinispan.client.hotrod.configuration.TransactionMode transactionMode)
    Deprecated.
    default <K, V> RemoteCache<K,V>
    RemoteCacheContainer.getCache(String cacheName, boolean forceReturnValue, org.infinispan.client.hotrod.configuration.TransactionMode transactionMode, jakarta.transaction.TransactionManager transactionManager)
    Deprecated.
    default <K, V> RemoteCache<K,V>
    RemoteCacheContainer.getCache(String cacheName, jakarta.transaction.TransactionManager transactionManager)
    Deprecated.
    default <K, V> RemoteCache<K,V>
    RemoteCacheContainer.getCache(String cacheName, org.infinispan.client.hotrod.configuration.TransactionMode transactionMode)
    Deprecated.
    default <K, V> RemoteCache<K,V>
    RemoteCacheContainer.getCache(String cacheName, org.infinispan.client.hotrod.configuration.TransactionMode transactionMode, jakarta.transaction.TransactionManager transactionManager)
    Deprecated.