Click or drag to resize

LruDisposableValueCacheTKey, TValue Constructor

Namespace:  Atalasoft.Imaging.Codec.Office.Caching
Assembly:  Atalasoft.dotImage.Office (in Atalasoft.dotImage.Office.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public LruDisposableValueCache(
	int capacity
)

Parameters

capacity
Type: SystemInt32
The maximum number of entries to be stored in this cache.
See Also