NET Caching Library Help
MaxMegabytes Property (BaseDatabaseCacheProvider)




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > BaseDatabaseCacheProvider Class : MaxMegabytes Property
The maximum number of megabytes for the cache. The default is 50 Megabytes.
Syntax
'Declaration
 
Public Overrides Property MaxMegabytes As System.Integer
'Usage
 
Dim instance As BaseDatabaseCacheProvider
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

BaseDatabaseCacheProvider Class
BaseDatabaseCacheProvider Members