Overload List
| Name | Description | |
|---|---|---|
| SetCacheLoader(ICacheLoader) |
Sets the cache loader for the RegionAttributes being created.
@cacheserver
If the member-type for this process is MemberType.Server,
then the ICacheLoader must be set through SetCacheLoader
providing the library path and factory function name.
@endcacheserver
| |
| SetCacheLoader(String, String) |
Sets the library path for the library that will be invoked for the loader of the region.
@cacheserver
If the region is being created from a client on a server, or on a server directly, then
this must be used to set the ICacheLoader or the native C++ CacheLoader.
@endcacheserver
|