Click or drag to resize

ICacheTKey, TValueRemove Method

Removes an entry for a given key from this 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
void Remove(
	TKey key
)

Parameters

key
Type: TKey
The key for the entry.
See Also