GetKeys

ICache.GetKeys method

Returns all keys matching filter.

public IEnumerable<string> GetKeys(string filter)
Parameter Type Description
filter String The filter to use.

Return Value

Keys matching the filter.

See Also