Cache Management
This section of the documentation discusses configuration options that NCache provides for local and clustered caches. It helps you manage caches through the NCache Management Center and configuration files.
In This Section
Clustered Cache
Learn how to create and configure NCache clustered caches for distributed, scalable, and high-availability caching environments.
Client Cache
Learn how to create and manage Client Cache to improve application performance by keeping frequently used data closer to the application.
Local Cache
Learn how to create and configure Local Cache for single-node caching scenarios where distributed caching is not required.
Cache Settings
Learn how to configure cache behavior, including size, eviction, expiration, compression, serialization, ports, events, and other runtime settings.
Query Indexes
Learn how to configure query indexes for class and JSON attributes to improve search and query performance.
Data Source Providers
Learn how to configure Read-through, Write-through, and Write-behind providers to synchronize cache data with backend data sources.
Loader and Refresher
Learn how to configure Cache Loader and Refresher to load data at cache startup and refresh selected datasets on demand.
Deploy Providers
Learn how to deploy provider assemblies required for data source providers, cache loaders, refreshers, and custom dependencies.