VB.NET
somevar=System.Web.HttpContext.Current.Cache('')
C#
somevar=System.Web.HttpContext.Current.Cache('');
Home / FAQ / ASP.NET / Output Caching / How to access the Cache from a compiled class
VB.NET
somevar=System.Web.HttpContext.Current.Cache('')
C#
somevar=System.Web.HttpContext.Current.Cache('');
Share with