Path: | lib/adapters/cachetastic_adapters_memcache.rb |
Last Update: | Tue Jul 01 15:05:37 -0400 2008 |
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