|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICache | |
---|---|
com.hazelcast.cache.impl | Hazelcast JSR-107 aka JCache implementation |
com.hazelcast.client.cache.impl | Hazelcast JSR-107 aka JCache implementation client side |
Uses of ICache in com.hazelcast.cache.impl |
---|
Classes in com.hazelcast.cache.impl that implement ICache | |
---|---|
class |
CacheProxy<K,V>
ICache implementation |
Fields in com.hazelcast.cache.impl declared as ICache | |
---|---|
protected ICache<K,V> |
AbstractClusterWideIterator.cache
|
Fields in com.hazelcast.cache.impl with type parameters of type ICache | |
---|---|
protected ConcurrentMap<String,ICache<?,?>> |
AbstractHazelcastCacheManager.caches
|
Methods in com.hazelcast.cache.impl that return ICache | ||
---|---|---|
|
AbstractHazelcastCacheManager.createCache(String cacheName,
C configuration)
|
|
protected abstract
|
AbstractHazelcastCacheManager.createCacheProxy(CacheConfig<K,V> cacheConfig)
|
|
protected
|
HazelcastServerCacheManager.createCacheProxy(CacheConfig<K,V> cacheConfig)
|
|
|
AbstractHazelcastCacheManager.getCache(String cacheName)
|
|
|
AbstractHazelcastCacheManager.getCache(String cacheName,
Class<K> keyType,
Class<V> valueType)
|
|
protected
|
AbstractHazelcastCacheManager.getCacheUnchecked(String cacheName)
|
Methods in com.hazelcast.cache.impl with parameters of type ICache | ||
---|---|---|
protected
|
AbstractHazelcastCacheManager.registerListeners(CacheConfig<K,V> cacheConfig,
ICache<K,V> source)
|
Constructors in com.hazelcast.cache.impl with parameters of type ICache | |
---|---|
AbstractClusterWideIterator(ICache<K,V> cache,
int partitionCount)
|
|
CacheEntryEventImpl(ICache<K,V> source,
javax.cache.event.EventType eventType,
K key,
V newValue,
V oldValue)
|
|
CacheEventListenerAdaptor(ICache<K,V> source,
javax.cache.configuration.CacheEntryListenerConfiguration<K,V> cacheEntryListenerConfiguration,
SerializationService serializationService)
|
Uses of ICache in com.hazelcast.client.cache.impl |
---|
Classes in com.hazelcast.client.cache.impl that implement ICache | |
---|---|
class |
ClientCacheProxy<K,V>
ICache implementation for client This proxy is the implementation of ICache and javax.cache.Cache which is returned by HazelcastClientCacheManager. |
Methods in com.hazelcast.client.cache.impl that return ICache | ||
---|---|---|
protected
|
HazelcastClientCacheManager.createCacheProxy(CacheConfig<K,V> cacheConfig)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |