TwoLevelCacheExtensions.ExpireGroupItems method

namespace: Serenity   assemblySerenity.Net.Core

Changes a group generation value, so that all items that depend on it are expired.

public static void ExpireGroupItems(this ITwoLevelCache cache, string groupKey)
parameter description
cache Two level cache
groupKey Group key

See Also