Create Cache
NCache Open Source edition allows you to create the following caches:
- Local Cache (meaning a standalone cache)
- Partitioned Cache
- Replicated Cache
For other caching topologies, please download and use NCache Enterprise. See more details on edition comparison for NCache Enterprise. We’ll create a Partitioned Cache here.
Once you have installed NCache and the service is running, you can proceed to create caches and clusters to begin caching.
Using Command Line Tool
Make sure NCache service (NCacheSvc) is running.
Open Command Prompt and go to the NCache tools directory:
cd [InstallDir]/bin/tools
.Using the createcache.exe tool, provide required information:
createcache.exe demoClusteredCache /s 20.200.21.95 /S 1024 /t partitioned /C 7802
- This will create demoClusteredCache of partitioned topology on server 20.200.21.95 with size 1024MB on port 7802.