| Article: |
Memoization in Java Using Dynamic Proxy Classes | |
| Subject: | Caching decision at run time | |
| Date: | 2003-08-21 04:40:33 | |
| From: | anonymous2 | |
|
If your Memoizer.memoize method returned a transitional object (basically a morphing singleton) you could use the statistics at runtime to make that decision.
|
||
Showing messages 1 through 2 of 2.
-
Caching decision at run time
2003-08-22 00:17:43 Tom White |
[View]
-
Caching decision at run time
2009-06-26 11:12:51 rockslovejava [View]
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



Tom