Click or drag to resize
AttributesMutatorSetCacheLoader Method
Overload List
  NameDescription
Public methodSetCacheLoader(ICacheLoader)
Sets the CacheLoader for the region. The previous cache loader (if any) will be replaced with the given cacheLoader.
Public methodSetCacheLoader(String, String)
Sets the library path for the library that will be invoked for the loader of the region. The previous cache loader will be replaced with a loader created using the factory function provided in the given library.
Top
See Also