View Single Post
Old 06-01-2018, 10:25 AM   #1
Pavan Techn
Registered User
 
Join Date: Mar 2018
Posts: 341
what are the main requirements for caching?

By caching the response, your request is served from the response already stored in memory.
You must be very careful while choosing the items to cache because Caching incurs overhead.
A frequently used web form which data doesn't frequently changes is good for caching.
A cached web form freezes form?s server-side content and changes to that content do not appear until the cache is refreshed.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Pavan Techn is offline   Reply With Quote