Skip to content

TwoLevelCacheExtensions.ExpireGroupItems method

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