|
GemFire 5.7.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use CacheLoader | |
|---|---|
| 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. |
| Uses of CacheLoader in com.gemstone.gemfire.cache |
|---|
| Methods in com.gemstone.gemfire.cache that return CacheLoader | |
|---|---|
CacheLoader |
PartitionAttributes.getCacheLoader()
Deprecated. RegionAttributes.getCacheLoader() should be used, along with the
corresponding AttributesFactory.setCacheLoader(com.gemstone.gemfire.cache.CacheLoader) method for establishing the cache
loader |
CacheLoader |
RegionAttributes.getCacheLoader()
Returns the cache loader associated with this region. |
CacheLoader |
AttributesMutator.setCacheLoader(CacheLoader cacheLoader)
Changes the cache loader for the region. |
| Methods in com.gemstone.gemfire.cache with parameters of type CacheLoader | |
|---|---|
RegionFactory |
RegionFactory.setCacheLoader(CacheLoader cacheLoader)
Sets the cache loader for the next RegionAttributes created. |
void |
AttributesFactory.setCacheLoader(CacheLoader cacheLoader)
Sets the cache loader for the next RegionAttributes created. |
CacheLoader |
AttributesMutator.setCacheLoader(CacheLoader cacheLoader)
Changes the cache loader for the region. |
PartitionAttributesFactory |
PartitionAttributesFactory.setCacheLoader(CacheLoader cacheLoader)
Deprecated. AttributesFactory.setCacheLoader(com.gemstone.gemfire.cache.CacheLoader) allows you to establish
a cache loader for a partitioned region |
| Uses of CacheLoader in com.gemstone.gemfire.cache.util |
|---|
| Classes in com.gemstone.gemfire.cache.util that implement CacheLoader | |
|---|---|
class |
BridgeClient
Deprecated. as of 5.7 use pools instead. |
class |
BridgeLoader
Deprecated. as of 5.7 use pools instead. |
|
GemFire 5.7.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||