Path: | lib/cachetastic/adapters/memcache.rb |
Last Update: | Fri Jan 02 16:27:11 -0500 2009 |
This adapter uses Memcache as it‘s backing. The configuration for this should look something like this:
my_awesome_cache_options: debug: false adapter: memcache marshall_method: none default_expiry: <%= 24.hours %> store_options: c_threshold: 10_000 compression: true debug: false readonly: false urlencode: false logging: logger_1: type: file file: log/memcached.log servers: - 127.0.0.1:11211