Quantcast
Channel: Active questions tagged redis+ruby-on-rails - Stack Overflow
Viewing all articles
Browse latest Browse all 873

How to cache an arbitrary object in Rails(time-based)?

$
0
0

I read the official guide. It says there are page cache, action cache and fragment cache, but they are not what I want.

I just like to cache an object, not the whole page or fragment of view, like this pseudocode:

def show  cache @ads, :expires_in => 1.hour do    @ads = Advertisement.all  doend

Is it possible? with memcache or redis?


Viewing all articles
Browse latest Browse all 873

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>