Package | Description |
---|---|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.jet |
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
|
Modifier and Type | Method and Description |
---|---|
<K,V> ICache<K,V> |
ICacheManager.getCache(String name)
Returns the cache instance with the specified prefixed cache name.
|
Modifier and Type | Method and Description |
---|---|
<K,V> ICache<K,V> |
JetCacheManager.getCache(String name)
Deprecated.
since 5.0
Use
ICacheManager.getCache(String) instead. |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.