Package | Description |
---|---|
com.hazelcast.cache.impl.nearcache |
Near cache support.
|
com.hazelcast.cache.impl.nearcache.impl |
Near cache implementations.
|
Modifier and Type | Method and Description |
---|---|
<K,V> NearCache<K,V> |
NearCacheManager.getNearCache(String name)
Gets the
NearCache instance
associated with given name . |
<K,V> NearCache<K,V> |
NearCacheManager.getOrCreateNearCache(String name,
NearCacheConfig nearCacheConfig,
NearCacheContext nearCacheContext)
Creates a new
NearCache with given configurations
or returns existing one. |
Modifier and Type | Method and Description |
---|---|
Collection<NearCache> |
NearCacheManager.listAllNearCaches()
Lists all existing
NearCache instances. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultNearCache<K,V> |
Modifier and Type | Method and Description |
---|---|
protected <K,V> NearCache<K,V> |
DefaultNearCacheManager.createNearCache(String name,
NearCacheConfig nearCacheConfig,
NearCacheContext nearCacheContext) |
<K,V> NearCache<K,V> |
DefaultNearCacheManager.getNearCache(String name) |
<K,V> NearCache<K,V> |
DefaultNearCacheManager.getOrCreateNearCache(String name,
NearCacheConfig nearCacheConfig,
NearCacheContext nearCacheContext) |
Modifier and Type | Method and Description |
---|---|
Collection<NearCache> |
DefaultNearCacheManager.listAllNearCaches() |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.