MCPcopy Index your code
hub / github.com/apache/ignite / cache

Method cache

modules/core/src/main/java/org/apache/ignite/Ignite.java:440–440  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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.

Callers 15

cacheMethod · 0.95
beforeTestsStartedMethod · 0.95
beforeTestsStartedMethod · 0.95
beforeTestMethod · 0.95
beforeTestsStartedMethod · 0.95
cacheMethod · 0.95
beforeTestsStartedMethod · 0.95
beforeTestsStartedMethod · 0.95
beforeTestMethod · 0.95
beforeTestsStartedMethod · 0.95
beforeTestsStartedMethod · 0.95

Implementers 5

IgniteSpringBeanmodules/spring/src/main/java/org/apach
IgniteMockmodules/core/src/test/java/org/apache/
IgniteProcessProxymodules/core/src/test/java/org/apache/
IgniteKernalmodules/core/src/main/java/org/apache/
IgniteApplicationAttributesAwaremodules/core/src/main/java/org/apache/

Calls

no outgoing calls

Tested by 15

cacheMethod · 0.76
beforeTestsStartedMethod · 0.76
beforeTestsStartedMethod · 0.76
beforeTestMethod · 0.76
beforeTestsStartedMethod · 0.76
cacheMethod · 0.76
beforeTestsStartedMethod · 0.76
beforeTestsStartedMethod · 0.76
beforeTestMethod · 0.76
beforeTestsStartedMethod · 0.76
beforeTestsStartedMethod · 0.76