Interface ICacheLoader
ICacheLoader Interface implementation is need to be provided at cache server in order to load items to cache on cache initialization.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public interface ICacheLoader : IDisposable
Methods
Name | Description |
---|---|
Init(IDictionary, String) | Perform tasks like allocating resources or acquiring connections etc. |
LoadNext(Object) | Responsible for loading of items. |