CacheService.RemoveWithPrefix method
Removes all keys with the given prefix.
public static void RemoveWithPrefix(string prefix)
parameter | description |
---|---|
prefix | the prefix which keys you want removed |
See Also
- class CacheService
- namespace Amica
Removes all keys with the given prefix.
public static void RemoveWithPrefix(string prefix)
parameter | description |
---|---|
prefix | the prefix which keys you want removed |