Creating Client Cache
Client Cache is a cache that exists on client node. You can create client cache in either of the two ways described below:
Using NCache Manager
Right Click on the Client Cache tree node in Cache Explorer for a cache. Click on the Create New Cache option in the right click menu.
Enter client cache Name and select client cache Sync Mode.
Click Next.
Select the required Isolation Level, it changes the Data Format accordingly.
In Advanced options dialog, you can configure following:
You can change the Eviction policy and Eviction percentage; items will be evicted from cache using the selected policy and percentage value, if eviction is enabled.
You can change Clean interval value. Its default value is 15 sec.
You can make the cache to start automatically after service restart by checking checkbox Auto start this cache on service startup.
This will create client cache on all client nodes and Client Cache Creation Status window is displayed showing client cache creation status for each client node.
Click Close and the newly created client cache will appear under Client Cache in the Cache Explorer.
Using Command Line Tool
You can use createclientcache
tool to create client cache. This tool is
shipped with NCache.
Open Command Prompt and go to the NCache tools directory:
cd [InstallDir]/bin/tools
.Using
createclientcache.exe
provide the required information like
createclientcache.exe demoClusteredCache /c demoClientCache /s 20.200.21.95 /N 20.200.21.144 /S 250
- This will create a client cache demoClientCache for cache demoClusteredCache on node 20.200.21.144.