Wes Biggs <[EMAIL PROTECTED]> writes:

> Does DBSimple do any caching/invalidation?

No.  Think gdbm and apply it to serializable objects, instead of byte
streams. :)

DBSimple provides an extremely simple framework for storing lots of
objects in one file and retrieving/removing/modifying them via key
objects.  It supports on-the-fly and static reorganization and is
thread safe.

-- 
Paul Fisher * [EMAIL PROTECTED]

Reply via email to