~free.ekanayaka/storm/any-expr

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Gustavo Niemeyer
  • Date: 2008-10-29 15:49:19 UTC
  • Revision ID: gustavo@niemeyer.net-20081029154919-4z1n0v0xq2m0om8k
Updated TODO file with Gavin Panella's suggestion about store.cache().

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
  accessGroups = set([grp1, grp2, grp3])
80
80
  if usr.groups & accessGroups:
81
81
      doSomething
 
82
 
 
83
- Think about something like a store.cache(...) method with the same
 
84
  signature of store.find(...) which stores objects in the cache so
 
85
  that they don't get deallocated during the current transaction.  The
 
86
  Cache class interface would have to be expanded to handle these cases
 
87
  in a special way.