NET Caching Library Help
MaxMegabytes Property (FileCacheProvider)




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > FileCacheProvider Class : MaxMegabytes Property
The maximum number of megabytes to store in the cache. Must be greater than zero.
Syntax
'Declaration
 
Public Overrides NotOverridable Property MaxMegabytes As System.Integer
'Usage
 
Dim instance As FileCacheProvider
Dim value As System.Integer
 
instance.MaxMegabytes = value
 
value = instance.MaxMegabytes
public override System.int MaxMegabytes {get; set;}
public: __property System.int get_MaxMegabytes() override;
public: __property void set_MaxMegabytes( 
   System.int value
) override;
public:
property System.int MaxMegabytes {
   System.int get() override;
   void set (    System.int 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