Removing specific items from Cache (ASP.NET)

前端 未结 5 793
执念已碎
执念已碎 2021-02-14 02:07

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

5条回答
  •  既然无缘
    2021-02-14 02:26

    It really depends on number of your cache items and how often you do the cleanup. I would worry about it only if it actually was a performance issue - i.e. measure it.

    Your solution is fine to me unless you're doing something extreme.

提交回复
热议问题