• Jim Fulton's avatar
    - Added a connection prefetch method that can be used to request · 04028a08
    Jim Fulton authored
      that a storage prefect data an application will need::
    
        conn.prefetch(obj, ...)
    
      Where arguments can be objects, object ids, or iterables of objects
      or object ids.
    
      Added optional prefetch methods to the storage APIs. If a
      storage doesn't support prefetch, then the connection prefetch
      method is a noop.
    04028a08
mvccadapter.py 7.65 KB