Cahill, Earl wrote: > I would not be opposed to calling a different, > more standard function to check the cache (set up in a more standard way), > and then fetch accordingly.
Look at how the Memoize module does it. You may be able to do something similar that would allow caching to be added easilly to any pure virtual function. - Perrin