NET Caching Library Help
MaxCacheItems Property (FileCacheProvider)




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > FileCacheProvider Class : MaxCacheItems Property
The maximum number of items to store in the cache. Must be greater than zero and less or equal to 2,147,483,647
Syntax
'Declaration
 
Public Overrides NotOverridable Property MaxCacheItems As System.Long
'Usage
 
Dim instance As FileCacheProvider
Dim value As System.Long
 
instance.MaxCacheItems = value
 
value = instance.MaxCacheItems
public override System.long MaxCacheItems {get; set;}
public: __property System.long get_MaxCacheItems() override;
public: __property void set_MaxCacheItems( 
   System.long value
) override;
public:
property System.int64 MaxCacheItems {
   System.int64 get() override;
   void set (    System.int64 value) override;
}
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