|
GemFire 6.5.1.2 | ||||||||
| 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<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. |
| Methods in com.gemstone.gemfire.cache with parameters of type CacheLoader | |
|---|---|
RegionFactory<K,V> |
RegionFactory.setCacheLoader(CacheLoader<K,V> cacheLoader)
Sets the cache loader for the next RegionAttributes created. |
void |
AttributesFactory.setCacheLoader(CacheLoader<K,V> cacheLoader)
Sets the cache loader for the next RegionAttributes created. |
CacheLoader<K,V> |
AttributesMutator.setCacheLoader(CacheLoader<K,V> cacheLoader)
Changes the cache loader for the 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 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||