Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
Modifier and Type | Class and Description |
---|---|
class |
CacheRecordStore
Implementation of the
ICacheRecordStore
Represents a named ICache on-heap data for a single partition. |
Modifier and Type | Method and Description |
---|---|
ICacheRecordStore |
CacheService.getCache(String name,
int partitionId) |
ICacheRecordStore |
CacheService.getOrCreateCache(String name,
int partitionId) |
Modifier and Type | Method and Description |
---|---|
Iterator<ICacheRecordStore> |
CachePartitionSegment.cacheIterator() |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.