Configure General Cache Settings
NCache provides granular control over distributed cache configurations to ensure maximum performance optimization and efficient memory management. You can create and configure cache settings via the NCache Management Center (Web UI), PowerShell Command Line (CLI), or by manually modifying the client.ncconf file to meet specific application requirements.
In This Section
Cache Size
Explains how to configure the Size of the cache to prevent memory pressure and managing eviction policies effectively.
Cache Isolation Levels
Explains what Isolation Levels are and how can they be configured for a cache. These levels determine the degree of data concurrency and ensures transactional integrity during simultaneous access.
Cache Serialization Format
Explains how to enable Serialization on the cache for optimized data interchange format for high-speed object storage and retrieval.
Cache Data Expiration
Explains the Expiration and Cleanup Intervals in a cache, and outline the steps to configure them, automating the time-to-live settings to maintain data freshness.