[Seaside] Lurking SessionObjects

Avi Bryant seaside@lists.squeakfoundation.org
Mon, 18 Nov 2002 16:06:53 -0800 (PST)


On Mon, 18 Nov 2002, Derek Brans wrote:

> Strange: I cannot find any senders of 'remove:' or 'removeKey:' that
> might be doing the cache cleanup.

WALRUCache>>at:put:

>   It looks like WAExpringCache has code for removing expired keys, but
> all caches created are either WACache's or WALRUCache's

By default, yes.

> (what does LRU  stand for?).

Least Recently Used