ncbo / goo

Graph Oriented Objects (GOO) for Ruby. A RDF/SPARQL based ORM.
http://ncbo.github.io/goo/
Other
15 stars 6 forks source link

In 99% of the cases valid? gets call twice ... cache result ? #70

Open msalvadores opened 11 years ago

msalvadores commented 11 years ago

We could cache the validation and reload only when the object is modified. This is worth if valid? ends up issuing multiple queries.