TwoLevelCacheExtensions.Remove method
namespace: Serenity assembly: Serenity.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
- interface ITwoLevelCache
- class TwoLevelCacheExtensions