MemoryCacheExtensions.RemoveAll method

namespace: Serenity   assemblySerenity.Net.Core

Removes all items from the cache (avoid except unit tests).

public static void RemoveAll(this IMemoryCache cache)
parameter description
cache Cache

See Also