|
MemoryManagerMaximumCacheSize Property
|
Maximum amount of memory blocks to keep in cache.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public static int MaximumCacheSize { get; set; }
Public Shared Property MaximumCacheSize As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32Remarks The value specifies the amount of memory blocks, which could be
cached by the memory manager.
Default value is set to 3. Maximum value is 10.
See Also