WebCache GetValues Method (IEnumerable String , String)Nemiro.Data.dll
Returns a set of cache entries that correspond to the specified keys.

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

public override IDictionary<string, Object> GetValues(
	IEnumerable<string> keys,
	string regionName = null
)

Parameters

keys
Type: System.Collections.Generic IEnumerable String 
A set of unique identifiers for the cache entries to return.
regionName (Optional)
Type: System String
A named region in the cache to which a cache entry was added.

Return Value

Type: IDictionary String, Object 
A set of cache entries that correspond to the specified keys.
See Also