Uses of Interface
com.hazelcast.cache.impl.ICacheInternal

Packages that use ICacheInternal
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 ICacheInternal in com.hazelcast.cache.impl
 

Classes in com.hazelcast.cache.impl that implement ICacheInternal
 class CacheProxy<K,V>
          ICache implementation
 

Fields in com.hazelcast.cache.impl with type parameters of type ICacheInternal
protected  ConcurrentMap<String,ICacheInternal<?,?>> AbstractHazelcastCacheManager.caches
           
 

Methods in com.hazelcast.cache.impl that return ICacheInternal
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)
           
 

Methods in com.hazelcast.cache.impl with parameters of type ICacheInternal
protected
<K,V> ICacheInternal<K,V>
AbstractHazelcastCacheManager.ensureOpenIfAvailable(ICacheInternal<K,V> cache)
           
 

Uses of ICacheInternal in com.hazelcast.client.cache.impl
 

Classes in com.hazelcast.client.cache.impl that implement ICacheInternal
 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 ICacheInternal
protected
<K,V> ICacheInternal<K,V>
HazelcastClientCacheManager.createCacheProxy(CacheConfig<K,V> cacheConfig)
           
 



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