Open jfeldstein opened 8 years ago
This gem is a Rack
middleware. So the answer is yes, caching is possible, as with any other rack-based application, i.e.: by inserting your own middleware (or from some other existing gem) into the Rack
middleware stack in an appropriate position.
Is it possible to cache pages using memcache?