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