This is just a general question about caching in DevForce:
If I quey the cache on the client to get a list of persons, insert a person and after that query the cache again does the cache contain my own inserted person?
I would also be interested if the same is true for the server version. So if it is true it would mean that on the server I could always query the cache as long as there is no other application directly inserting into the database.