NET Caching Library Help
ScavengingIntervalMilliseconds Property (IScavenge)




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > IScavenge Interface : ScavengingIntervalMilliseconds Property
How often to scavenge for items that are expired in the cache
Syntax
'Declaration
 
Property ScavengingIntervalMilliseconds As System.Integer
'Usage
 
Dim instance As IScavenge
Dim value As System.Integer
 
instance.ScavengingIntervalMilliseconds = value
 
value = instance.ScavengingIntervalMilliseconds
System.int ScavengingIntervalMilliseconds {get; set;}
__property System.int get_ScavengingIntervalMilliseconds();
__property void set_ScavengingIntervalMilliseconds( 
   System.int value
);
property System.int ScavengingIntervalMilliseconds {
   System.int get();
   void set (    System.int value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IScavenge Interface
IScavenge Members