Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Int32
Remarks

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