ASP.Net supports caching the Asp.net response page that is generated by requests and also storing individual objects in memory.
Three type of Caching in Asp.net
Page Output Caching ·
Page Fragment Caching
Data Caching
Delete Items from CacheItems are deleted from cache when the expiration is set or when the dependency file changes or when the server needs to free memory.
Cache.Remove("oString");
No comments:
Post a Comment