add "expired" functionality

Issue #95 resolved
Mike Bayer repo owner created an issue

we have a function now to "refresh" an object:

   objectstore.refresh(obj)

  or

   objectstore.get_session().refresh(obj1, obj2, obj3)

add the next step, which is "expire":

   objectstore.expire(obj)

the next attribute access results in a call to refresh() before returning the attrifbute.

Comments (1)

  1. Log in to comment