|
|
Browse by Tags
All Tags » .NET » Caching » C#
-
The built-in Cache object in ASP.NET does not support a Clear() method. This method would be useful if you ever just wanted to invalidate all cache entries and start fresh. In a utility object I'm working on, tentatively called SuperCache, I've implemented a Clear method using the following code:
/// ...
|
|
|