←Select platform

BytesLimit Property

Summary

Gets or sets the maximum size of the cache in bytes.

Syntax

C#
VB
C++
public long BytesLimit { get; set; } 
  
Public Property BytesLimit As Long 
public: 
property int64 BytesLimit { 
   int64 get(); 
   void set (    int64 ); 
} 

Property Value

The maximum size of the cache, in bytes. The size should not exceed this value.

Requirements

Target Platforms

See Also

Reference

Cache Class

Cache Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Caching Assembly