Hi,
I provide an option to clear purticular cache in a single page.But,all the caches used in the entire application shouild be cleared.why this should be cleared? How to to resolve it?
Hi salini,
Use the below code to clear a particular cache instead of the entire cache value.
HttpContext.Current.Cache.Remove("Key")
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.