Hi,

Googling around didn't turn up an answer I was 100% confident in, so I'm 
hoping someone can help me out.

I'd like to set up a few different caches in my app with different sizes. 
 In particular I've got one stream of data that is fairly large and I want 
to speculatively cache, but that becomes useless very quickly and so I want 
to discard it quickly if it is not used.  I don't want this data polluting 
the main Rails.cache.

>From googline, it looks like creating multiple 
>ActiveSupport::Cache::MemoryStore's 
is what I want to do, but I want to make sure I do it in a way that uses 
Dalli and the heroku memcache plugin properly, and ensure that I split and 
isolate the memcaches from one another properly.

Anyone done something like this before?

Thanks,
Carson 

-- 
You received this message because you are subscribed to the Google
Groups "Heroku" group.

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en

Reply via email to