Create New Local Cache
Local cache can be created in the following ways:
Using NCache Manager
Select File->New->Cache option.
In New Cache Wizard, specify the server IP address and click Next.
Specify the name of the cache in the text box, select the Isolation level, Data format and click Next.
Important
Cache with the specified name should not exist on the server; otherwise you get an error message that this cache already exists on this server.
Change the cache size if required and click Next.
In Advanced options dialog, you can configure the following settings:
You can change the eviction policy. The eviction policy will be configured and can be turned on.
You can also change the eviction percentage; items will be evicted from the cache using this percentage value if eviction is enabled.
You can change the clean interval value. Default is 15 seconds.
This cache can be started automatically upon the completion of this process if you have checked the Start this cache on Finish checkbox on this dialog.
You can make the cache to start automatically after service restart by checking the checkbox Auto start this cache on service startup.
Click Finish. Created cache will be appeared in Cache Explorer under Local Caches node hierarchy.
Using Command Line Tool
Open Command Prompt.
Go to the NCache tools directory: cd [InstallDir]/bin/tools
Use
createcache.exe
, provide the required information:
createcache.exe demoLocalCache /s 20.200.21.95 /S 1024
- This creates demoLocalCache of local topology of size 1024MB on node 20.200.21.95.