| Package | Description |
|---|---|
| com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheProxy<K,V>
ICache implementation
|
| Modifier and Type | Field and Description |
|---|---|
protected ICacheInternal<K,V> |
AbstractClusterWideIterator.cache |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentMap<String,ICacheInternal<?,?>> |
AbstractHazelcastCacheManager.caches |
| Modifier and Type | Method and Description |
|---|---|
protected abstract <K,V> ICacheInternal<K,V> |
AbstractHazelcastCacheManager.createCacheProxy(CacheConfig<K,V> cacheConfig) |
protected <K,V> ICacheInternal<K,V> |
HazelcastServerCacheManager.createCacheProxy(CacheConfig<K,V> cacheConfig) |
protected <K,V> ICacheInternal<K,V> |
AbstractHazelcastCacheManager.ensureOpenIfAvailable(ICacheInternal<K,V> cache) |
protected <K,V> ICacheInternal<?,?> |
AbstractHazelcastCacheManager.getCacheUnchecked(String cacheName) |
| Modifier and Type | Method and Description |
|---|---|
protected <K,V> ICacheInternal<K,V> |
AbstractHazelcastCacheManager.ensureOpenIfAvailable(ICacheInternal<K,V> cache) |
| Constructor and Description |
|---|
AbstractClusterWideIterator(ICacheInternal<K,V> cache,
int partitionCount,
int fetchSize,
boolean prefetchValues) |
Copyright © 2018. All Rights Reserved.