brutasse / graphite-cyanite

A plugin for using graphite-web with the cassandra-based Cyanite storage backend.
BSD 3-Clause "New" or "Revised" License
85 stars 21 forks source link

start adding caching #7

Open sgran opened 9 years ago

sgran commented 9 years ago

This will attempt to make use of either the graphite_api cache or the django cache if they exist. For the moment, I'm passing an unused cache parameter to the Reader object, with the idea of using it in the future.

Signed-off-by: Stephen Gran steve@lobefin.net

sgran commented 9 years ago

ping? Is there anything wrong with this approach?