Hi, I have an application using Rest API.
But, I have some troubles with the cache level1 of OrientDB. I update a Vertex by calling a rest service. If I call a second rest service that loading the same vertex that was updated previously, it doesn't have the good version because the rest call is in another thread and so, the database instance and the cache are different Finally, I get CME... (when i modified graph), but on reading operation I can get bad version of my data. So, how to invalidate the cache level 1 on each database opened by the OrientGraphFactory each time I commit a changing ? -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
