'Declaration Public Overrides Function GetKeys( _ Optional ByVal regionName As System.String _ ) As System.Collections.Generic.IEnumerable(Of String)
'Usage Dim instance As MemoryCacheProvider Dim regionName As System.String Dim value As System.Collections.Generic.IEnumerable(Of String) value = instance.GetKeys(regionName)
public override System.Collections.Generic.IEnumerable<string> GetKeys( System.string regionName )
public: System.Collections.Generic.IEnumerable<string*>* GetKeys( System.string* regionName ) override
public: System.Collections.Generic.IEnumerable<String^>^ GetKeys( System.String^ regionName ) override
Parameters
- regionName
- Optional. A named region in the cache to get the keys. The default value for the optional parameter is Default
Return Value
IEnumerable<System.String>.