NET Caching Library Help
ScavengingIntervalMilliseconds Property (FileCacheProvider)




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > FileCacheProvider Class : ScavengingIntervalMilliseconds Property
How often to check for expired items in the cache. The default is 60000 milliseconds (1 minute).
Syntax
'Declaration
 
Public Property ScavengingIntervalMilliseconds As System.Integer
'Usage
 
Dim instance As FileCacheProvider
Dim value As System.Integer
 
instance.ScavengingIntervalMilliseconds = value
 
value = instance.ScavengingIntervalMilliseconds
public System.int ScavengingIntervalMilliseconds {get; set;}
public: __property System.int get_ScavengingIntervalMilliseconds();
public: __property void set_ScavengingIntervalMilliseconds( 
   System.int value
);
public:
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

FileCacheProvider Class
FileCacheProvider Members