rack-cache icon indicating copy to clipboard operation
rack-cache copied to clipboard

custom store? docs? API?

Open jrochkind opened this issue 12 years ago • 0 comments

Are there any docs or documented API for writing a new back-end store?

For my own odd purposes, I would like to use a store backed by ActiveRecord (yes,obviously not very performant, but suits my needs).

I could write it up and submit a pull request... but this is probably not of general interest. Is there any way for me to create a Rack::Cache store that lives in it's own gem, and still works with Rack::Cache?

jrochkind avatar May 06 '13 22:05 jrochkind