Create New Cache
In NCache, you can create two main types of caches, Local Caches and Clustered Caches. Local Caches run on a single node and are suitable for standalone applications with a small number of clients, low activity, or scenarios where caching large volumes of data is not required. Clustered Caches operate across multiple nodes to provide high availability, fault tolerance, load balancing, and linear scalability. This section provides step-by-step details on creating these caches using both the NCache Management Center and Command Line Tools.
In This Section
Local Cache Overview
Explains how to create a local cache using the NCache Management Center and Command Line Tools. This type is ideal for single-node applications, local development, and performance testing where distributed data is not required.
Clustered Cache Overview
Explains how to create a clustered cache (mirrored, partitioned, replicated, or partitioned-replica) using the NCache Management Center and Command Line Tools.