|
Could somebody please explain how and where the LRU cache is
used ? I expected a db.load to read from
the LRU cache, and if empty read from the database (especially for read only
objects). However, its usage seems to be restricted to dirty checking prior
to updates within a long transaction. Thanks Bob [EMAIL PROTECTED] |
