I am adding a bunch of items to the ASP.NET cache with a specific prefix. I\'d like to be able to iterate over the cache and remove those items.
The way I\'ve tried to d
You could write a subclass of CacheDependency that does the invalidation appropriately.
CacheDependency