| Package | Description | 
|---|---|
| com.hazelcast.cache.impl | 
     Hazelcast JSR-107 aka JCache implementation | 
| com.hazelcast.cache.impl.client | 
     Hazelcast JSR-107 aka JCache implementation
     Client Requests | 
| com.hazelcast.client.impl.protocol.task.cache | Client protocol tasks implementations for JCache | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultOperationProviderProvide operations other then  InMemoryFormat.NATIVE | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ConcurrentMap<String,CacheOperationProvider> | AbstractCacheService. operationProviderCache | 
| Modifier and Type | Method and Description | 
|---|---|
| CacheOperationProvider | AbstractCacheService. getCacheOperationProvider(String nameWithPrefix,
                         InMemoryFormat inMemoryFormat) | 
| CacheOperationProvider | ICacheService. getCacheOperationProvider(String nameWithPrefix,
                         InMemoryFormat storageType)Creates cache operations according to the storage-type of the cache | 
| Modifier and Type | Method and Description | 
|---|---|
| protected CacheOperationProvider | AbstractCacheRequest. getOperationProvider() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected CacheOperationProvider | AbstractCacheMessageTask. getOperationProvider(String name) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.