On 12/7/05, James Edward Gray II <james / grayproductions.net> wrote:
> On Dec 7, 2005, at 4:46 PM, Joe Van Dyk wrote:
> > What the hell is WeakRef used for?  How is that useful?
> >
> How about caching?  Build up a big cache for some process intensive
> values, but allow GC to clean house when it needs to because you
> could always refigure them.

Ah, ok.  That info could go in the RDoc.