Alachisoft NCache 4.1 - Online Documentation

Clean Interval

 
Clean interval is the periodic interval after which the expired items are removed from the cache. You can change the clean interval for a cache by one of following two ways.
 
NCache Manager:
Clean interval of a cache can be specified on Policies Tab of Cluster/Local Cache view window.
 
Config.ncconf:
Clean interval of a cache can also be specified through Config.ncconf as follows.
 
<cache-config name="mypartitionedcache" inproc="False" config-id="1" last-modified="6/20/2010 3:50:34 PM">
<eviction-policy enabled="True" default-priority="normal" policy="priority" eviction-ratio="0.25"/>
<cleanup interval="15sec"/>
</cache-config>
 
 
See Also
 
Copyright © 2005-2012 Alachisoft. All rights reserved.