Browse by Tags

All Tags » ASP.NET Cache HttpRuntime OutputCache (RSS)
Sorry, but there are no more tags available to filter with.

How to remove all items from cache memory by mlife

Some times you may want to remove all items from cached memory and fill it by new data. Session State has a method for emptying Session memory for specified user (Session.Abandon() ). but in Cache object there is no the same method. with simple technique...
More Posts