arthurnn / memcached

A Ruby interface to the libmemcached C client
Academic Free License v3.0
432 stars 125 forks source link

:expires_in #21

Closed glebm closed 14 years ago

glebm commented 14 years ago

Does this in the rails view cache "a_key", :expires_in => 10.minutes do ... end work properly in memcached?

ghost commented 14 years ago

Don't know; that's not directly related to what client you're using.