Click or drag to resize

DisposableValueCacheTKey, TValueContains Method

Gets a value indicating if this cache contains an entry for 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 bool Contains(
	TKey key
)

Parameters

key
Type: TKey
The key for the entry.

Return Value

Type: Boolean
true
if an entry was found for the key, otherwise
false
.

Implements

ICacheTKey, TValueContains(TKey)
See Also