semsol / arc2

ARC RDF Classes for PHP
Other
332 stars 89 forks source link

Add cache #118

Closed k00ni closed 6 years ago

k00ni commented 6 years ago

Implement cache on:

A cache on each level allows us to catch more queries, which should decrease DB access overall. Be aware, the current cache only hashes the query and checks, if there is a related cache item. Implementation only for PDO adapter.

k00ni commented 6 years ago

Implementation is done. Travis adapted to run backend with and without caching enabled.