NET Caching Library Help
MaxMegabytes Property (MemoryCacheProvider)




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > MemoryCacheProvider Class : MaxMegabytes Property
The maximum number of megabytes of memory to use for each memory cache region. The default is 10 megabytes
Syntax
'Declaration
 
Public Overrides Property MaxMegabytes As System.Integer
'Usage
 
Dim instance As MemoryCacheProvider
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

MemoryCacheProvider Class
MemoryCacheProvider Members