Gets an instance of IgniteCache API for the given name if one is configured or null otherwise. IgniteCache is a fully-compatible implementation of JCache (JSR 107) specification. @param name Cache name. @param Type of the cache key. @param Type of the cache v
(String name)
| 438 | * @throws CacheException If error occurs. |
| 439 | */ |
| 440 | public <K, V> IgniteCache<K, V> cache(String name) throws CacheException; |
| 441 | |
| 442 | /** |
| 443 | * Gets the collection of names of currently available caches. |
no outgoing calls