Shared Tutorials
Tutorials Shared by the Internet Community
Advertisements
| Top Tutorials | New Tutorials | Submit | Login | Register |
Tutorial Basic Detail
Caching Data in ASP
This tutorial will show how to use the Application object to store cached data.http://www.codebeach.com/tutorials/caching-data-in-asp.asp
Total Hits: 4072
Total Votes: 36 votes
Average Rating: 2.5 out of 5
Category: ASP/Misc
Description:
Do you have a web page that takes a long time to generate? Do you have a SQL query that you want to cache the results? This tutorial will show how to use Application variables to store cached data.Application Variables
The Application object allows you to store data in a single location that can be shared by one or more ASP files in a directory and its subdirectories. The Application object stores data by a named index. You can store any type of data in the Application object including strings, dates, and numbers. To cache data, we will store multiple kinds of data in the Application object.
Rating Detail
| Stars | Percentage | Total Vote |
|---|---|---|
![]() |
![]() ![]() 16.67% |
6 |
![]() ![]() |
![]() ![]() 16.67% |
6 |
![]() ![]() ![]() |
![]() ![]() 16.67% |
6 |
![]() ![]() ![]() ![]() |
![]() ![]() 16.67% |
6 |
![]() ![]() ![]() ![]() ![]() |
![]() ![]() 16.67% |
6 |




16.67%

16.67%

16.67%

16.67%

16.67%