Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
com.gemstone.gemfire.cache.client |
The
com.gemstone.gemfire.cache.client package provides APIs used
for client connectivity and caching. |
Modifier and Type | Interface and Description |
---|---|
interface |
Cache
Caches are obtained from the
CacheFactory.create() method. |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientCache
A ClientCache instance controls the life cycle of the local singleton cache in a client.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.