...
Currently fourq goes through dbgateway for create, set and delete method calls but not getdata(). Object broker should be an inherent part of the dbgateway componentry. In any event should be easy to get a getdata cache going that ignores underlying data changes through setdata(). Need to update getdata() to go through the dbgateway.
container and rule objects don't appear to be playing nicely – probably something to do with the reliance on stobj.typename as a property.
Quick and nasty prototype seems to work well
...