[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Self-deleting weak tables?
- From: Mark Hamburg <mark@...>
- Date: Sun, 1 Nov 2009 08:33:17 -0800
If you can attach data to the cached objects, then build the cache
using fully weak tables and have the cached objects hold references to
the tables in the chain leading to them.
Mark