You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered: