Hear us Roar
Article:
 |
|
Memoization in Java Using Dynamic Proxy Classes
|
| Subject: |
|
Caching decision at run time |
| Date: |
|
2009-06-26 11:12:51 |
| From: |
|
rockslovejava
|
Response to: Caching decision at run time
|
|
Hi,
I am working on an application where there is a lots of interaction with the database. Now we are using caching but I am having adoubt how much data we can store in cache, i have set some limit in data storage, e.g like not more than 10 items would be cached at a same time. but the data is huge, could you please suggest or guide like whather should i go with that.
i am targetting some data to be put in user session scope(not much).
please suggest
|
|
| |