Click or drag to resize

DisposableValueCacheTKey, TValueGetValue Method

Gets the value associated with the given key.

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 virtual TValue GetValue(
	TKey key
)

Parameters

key
Type: TKey
The key for the entry.

Return Value

Type: TValue
The value stored in the cache for the given key.

Implements

ICacheTKey, TValueGetValue(TKey)
See Also