Skip to content

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