Cache Startup Loader
Note
This feature is only available in NCache Enterprise Edition.
NCache provides you with a facility of adding the specified data in the cache on cache startup. It means every time the cache will be started the data will be loaded in the cache without the user, manually adding it.
This section describes the implementation and usage of Cache Startup Loader.
In this Section
Cache Startup Loader Properties and Overview
The conceptual details of cache startup loader as well as its advantages and usage.
Implement ICacheLoader on Single Node
Discusses the implementation of cache startup loader on a single node.
Implement ICacheLoader with Distribution Hints
Discusses the implementation of cache startup loader with distribution hints.
Cache Startup Loader Components
Discusses in detail the components of cache startup loader.