BytesLimit Property
Summary
Gets or sets the maximum size of the cache in bytes.
Syntax
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.