Logged In: NO

Hey Steven,
(1) lets say I make it possible to save a cache to disk. How
would by cache behave differently from a
hashmap/hashtable? I would think expiration would be very
different.

(2) this can be done in a few ways, but I think most likely I
would implement it as a wrapper cache that would route
objects to one of several delegate caches based on size.
Each delegate cache could have different max sizes (#
objects) and expiration.

Thoughts?