FileCache GetKeys Method Nemiro.Data.dll
Returns a list of all the keys for the specified region.

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

public string[] GetKeys(
	string regionName = null
)

Parameters

regionName (Optional)
Type: System String
Name of the region. Default: null (Nothing).

Return Value

Type:  String 
See Also