Click or drag to resize
Accord.NET (logo)

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
Syntax
public static int MaxSizeToCache { get; set; }
Request Example View Source

Property Value

Type: Int32
Remarks
Memory blocks, which size is greater than this value, are not cached.
See Also