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
-
In Advanced options dialog, you can configure followings:
-
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.
Using Command Line Tool
-
Open command prompt
-
Go to the NCache tools directory: cd %NCHOME%/bin/tools
-
Use createclientcache.exe, provide the required information:
createclientcache.exe demoClusteredCache /c demoClientCache /s 20.200.21.95 /N 20.200.21.144 /S 250
See Also