Subject: Cache of objects
From: "rolo" <rohitlodha hotwireindia.com>
Date: Fri, 19 Mar 2004 05:22:59 +0900
In-reply-to: 95271
Hi
I am trying to implement a class which is cacheable. New instances are created if they are not already in cache.
what is the best way?
redefining new should be a good idea?
rolo