Cache Loader and Refresher
NCache provides the Startup Cache Loader, a feature that preloads data directly into the cache at startup without the user manually adding it. To ensure this data does not go stale in the cache, the Cache Refresher refreshes it after the specified time interval.
This section describes the implementation and usage of Startup Cache Loader and Refresher.
In this Section
Loader/Refresher Overview
The conceptual details of Startup Cache Loader and Refresher as well as its advantages and usage.
Implement Loader and Refresher
Discusses the implementation of Startup Cache Loader and Refresher.
Components of Loader/Refresher
Discusses in detail the components of Startup Cache Loader and Refresher.