Uses of Interface
com.hazelcast.cache.ICache

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
<K,V,C extends javax.cache.configuration.Configuration<K,V>>
ICache<K,V>
AbstractHazelcastCacheManager.createCache(String cacheName, C configuration)
           
protected abstract
<K,V> ICache<K,V>
AbstractHazelcastCacheManager.createCacheProxy(CacheConfig<K,V> cacheConfig)
           
protected
<K,V> ICache<K,V>
HazelcastServerCacheManager.createCacheProxy(CacheConfig<K,V> cacheConfig)
           
<K,V> ICache<K,V>
AbstractHazelcastCacheManager.getCache(String cacheName)
           
<K,V> ICache<K,V>
AbstractHazelcastCacheManager.getCache(String cacheName, Class<K> keyType, Class<V> valueType)
           
protected
<K,V> ICache<?,?>
AbstractHazelcastCacheManager.getCacheUnchecked(String cacheName)
           
 

Methods in com.hazelcast.cache.impl with parameters of type ICache
protected
<K,V> void
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
<K,V> ICache<K,V>
HazelcastClientCacheManager.createCacheProxy(CacheConfig<K,V> cacheConfig)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.