|
MemoryManagerMaxSizeToCache Property
|
Maximum memory block's size in bytes, which could be cached.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic static int MaxSizeToCache { get; set; }
Public Shared Property MaxSizeToCache As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32
RemarksMemory blocks, which size is greater than this value, are not cached.
See Also