Click or drag to resize

LruDisposableValueCacheTKey, TValueAdd Method

Adds an entry to the cache.

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 override void Add(
	TKey key,
	TValue value
)

Parameters

key
Type: TKey
The key for the entry.
value
Type: TValue
The value to cache for the key.

Implements

ICacheTKey, TValueAdd(TKey, TValue)
See Also