Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
com.gemstone.gemfire.cache.util |
Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
Modifier and Type | Method and Description |
---|---|
V |
CacheLoader.load(LoaderHelper<K,V> helper)
Loads a value.
|
Modifier and Type | Method and Description |
---|---|
Object |
BridgeClient.load(LoaderHelper helper)
Deprecated.
|
Object |
BridgeLoader.load(LoaderHelper helper)
Deprecated.
This method is invoked implicitly when an object requested on the client
cache cannot be found.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.