| Package | Description | 
|---|---|
| com.hazelcast.cache.impl | 
     Hazelcast JSR-107 aka JCache implementation | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CacheServiceCache Service is the main access point of JCache implementation. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected AbstractCacheService | AbstractCacheRecordStore. cacheService | 
| protected AbstractCacheService | CachePartitionSegment. cacheService | 
| Constructor and Description | 
|---|
| AbstractCacheRecordStore(String name,
                        int partitionId,
                        NodeEngine nodeEngine,
                        AbstractCacheService cacheService) | 
| CachePartitionSegment(AbstractCacheService cacheService,
                     int partitionId) | 
| CacheRecordStore(String name,
                int partitionId,
                NodeEngine nodeEngine,
                AbstractCacheService cacheService) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.