| Author |
caching data in web application
|
ashish kulkarni
Ranch Hand
Joined: Aug 15, 2002
Posts: 130
|
|
Hi I have a web application where in i need to cache data from a database table so improve performance, what is the best way to do it, i want one common cache like in servlet context, this table as about 10000 records and they are used in some classes for processing logic, I dont want to cache it in session Ashish
|
A$HI$H
|
 |
Marc Peabody
pie sneak
Sheriff
Joined: Feb 05, 2003
Posts: 4725
|
|
|
10000 seems like an awful lot, but application scope is probably what you are looking for.
|
A good workman is known by his tools.
|
 |
 |
|
|
subject: caching data in web application
|
|
|