public interface IgniteProxy
Modifier and Type | Method and Description |
---|---|
<K,V> IgniteCacheProxy<K,V> |
cache(String name)
Gets cache with the given name.
|
<K,V> IgniteCacheProxy<K,V> |
getOrCreateCache(String name)
Gets existing cache with the given name or creates new one.
|
<K,V> IgniteCacheProxy<K,V> getOrCreateCache(String name)
name
- Cache name.<K,V> IgniteCacheProxy<K,V> cache(String name)
name
- Cache name.null
if it doesn't exist.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024