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 |
---|---|
CacheLoader<K,V> |
RegionAttributes.getCacheLoader()
Returns the cache loader associated with this region.
|
CacheLoader<K,V> |
AttributesMutator.setCacheLoader(CacheLoader<K,V> cacheLoader)
Changes the cache loader for the region.
|
Modifier and Type | Method and Description |
---|---|
CacheLoader<K,V> |
AttributesMutator.setCacheLoader(CacheLoader<K,V> cacheLoader)
Changes the cache loader for the region.
|
void |
AttributesFactory.setCacheLoader(CacheLoader<K,V> cacheLoader)
Deprecated.
Sets the cache loader for the next
RegionAttributes created. |
RegionFactory<K,V> |
RegionFactory.setCacheLoader(CacheLoader<K,V> cacheLoader)
Sets the cache loader for the next
RegionAttributes created. |
Modifier and Type | Class and Description |
---|---|
class |
BridgeClient
Deprecated.
as of 5.7 use
pools instead. |
class |
BridgeLoader
Deprecated.
as of 5.7 use
pools instead. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.