Types of caching. How to implement caching?

Answer Posted / sadanandam

there are 3 types of caches is there they ara 1)page caching
2)page fragmentaion caching3)data caching
in case of the page caching the total page will be cached
for certain amount of time(i.e the time will declared by
ourself)and in case of page fragmentation caching only a
part of the data will be cached for some amount of time
Data caching, which allows developers to programmatically
retain arbitrary data across requests

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define the types of configuration files.

530


Define the steps to set up validation control.

579


How long do session variables last?

530


What are standard controls?

514


Explain about secure socket layer?

524






What does the .webpart file do?

585


What are the uses of list view control in Asp.net?

617


What is query string? What are its advantages and limitations?

514


Why is xap important?

601


What is the difference between user control and custom control?

484


What is a server farm in iis?

537


What is the life cycle of web page?

524


How many languages are supported by .NET at present time?

285


Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?

584


Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.

2593