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
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCacheService |
class |
CacheService
Cache Service is the main access point of JCache implementation.
|
Modifier and Type | Method and Description |
---|---|
ICacheService |
HazelcastServerCacheManager.getCacheService() |
Constructor and Description |
---|
CacheDistributedObject(String name,
NodeEngine nodeEngine,
ICacheService service) |
CacheProxy(CacheConfig cacheConfig,
NodeEngine nodeEngine,
ICacheService cacheService,
HazelcastServerCacheManager cacheManager) |
Modifier and Type | Method and Description |
---|---|
void |
CacheInvalidationListener.onDeregister(ICacheService cacheService,
String serviceName,
String topic,
EventRegistration registration) |
void |
CacheInvalidationListener.onRegister(ICacheService cacheService,
String serviceName,
String topic,
EventRegistration registration) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.