| Modifier and Type | Class and Description |
|---|---|
class |
IgniteCacheClientProxy<K,V>
Implementation of
IgniteCacheProxy that provides access to Ignite cache through ClientCache instance. |
class |
IgniteCacheProxyImpl<K,V>
Implementation of
IgniteCacheProxy that provides access to Ignite cache through IgniteCache instance. |
| Modifier and Type | Method and Description |
|---|---|
<K,V> IgniteCacheProxy<K,V> |
IgniteProxy.cache(String name)
Gets cache with the given name.
|
<K,V> IgniteCacheProxy<K,V> |
IgniteProxyImpl.cache(String name)
Gets cache with the given name.
|
<K,V> IgniteCacheProxy<K,V> |
IgniteClientProxy.cache(String name)
Gets cache with the given name.
|
<K,V> IgniteCacheProxy<K,V> |
IgniteProxy.getOrCreateCache(String name)
Gets existing cache with the given name or creates new one.
|
<K,V> IgniteCacheProxy<K,V> |
IgniteProxyImpl.getOrCreateCache(String name)
Gets existing cache with the given name or creates new one.
|
<K,V> IgniteCacheProxy<K,V> |
IgniteClientProxy.getOrCreateCache(String name)
Gets existing cache with the given name or creates new one.
|
IgniteCacheProxy<K,V> |
IgniteCacheProxyImpl.withExpiryPolicy(javax.cache.expiry.ExpiryPolicy expirePlc)
Returns cache with the specified expired policy set.
|
IgniteCacheProxy<K,V> |
IgniteCacheProxy.withExpiryPolicy(javax.cache.expiry.ExpiryPolicy expirePlc)
Returns cache with the specified expired policy set.
|
IgniteCacheProxy<K,V> |
IgniteCacheClientProxy.withExpiryPolicy(javax.cache.expiry.ExpiryPolicy expirePlc)
Returns cache with the specified expired policy set.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025