FileCache Contains Method Nemiro.Data.dll
Determines whether a cache entry exists in the cache.

Namespace: Nemiro.Data.Caching
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public override bool Contains(
	string key,
	string regionName = null
)

Parameters

key
Type: System String
A unique identifier for the cache entry to add or get.
regionName (Optional)
Type: System String
A named region in the cache to which a cache entry was added.

Return Value

Type: Boolean
True if the cache contains a cache entry whose key matches key; otherwise, False.
See Also