|
We have our own internally developed object cache. It uses a hard cache
(can't be GC'ed) extended by a soft reference cache. It also has a cache manager
servlet and another servlet to manage the caches across machines. It
mostly only caches objects of the following:
public interface CacheAble {
public int getID(); public String getClassName();
public String getDescriptor();
} If you are interested I can probably give more design
details.
James Stauffer -----Original Message-----
From: Greg Nudelman [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 12:56 PM To: jdjlist Subject: [jdjlist] Caching We're
have a home-grown Java application and would like to introduce some kind of
app-level cache manager. I'm interested if someone has made anything like
that -- shareware/custom packages, a study about the size of objects in
memory, anything like that.
All
suggestions welcome. Thanks!
Greg ---You are currently subscribed to jdjlist as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] http://www.sys-con.com/fusetalk --- You are currently subscribed to jdjlist as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] http://www.sys-con.com/fusetalk |
- [jdjlist] Re: Caching Phillip DuLion
- [jdjlist] RE: Caching James Stauffer
- [jdjlist] RE: Caching Yan, Hong [IT]
- [jdjlist] RE: Caching Greg Nudelman
- [jdjlist] RE: Caching James Stauffer
- [jdjlist] RE: Caching Baker, Jay
- [jdjlist] RE: Caching James Stauffer
- [jdjlist] Re: Caching James Stauffer
- [jdjlist] RE: Caching Greg Nudelman
- [jdjlist] Re: Caching Greg Nudelman
- [jdjlist] RE: Caching James Stauffer
- [jdjlist] Re: Caching James Stauffer
