TwoLevelCacheExtensions.Remove method

namespace: Serenity   assemblySerenity.Net.Core

Removes a key from local, distributed caches, and removes their generation version information.

public static void Remove(this ITwoLevelCache cache, string cacheKey)
parameter description
cache Two level cache
cacheKey Cache key

See Also