cachetastic_adapters_drb.rb

Path: lib/adapters/cachetastic_adapters_drb.rb
Last Update: Tue Jul 01 15:05:37 -0400 2008

This adapter uses Cachetastic::Drb::Server as it‘s backing. The configuration for this should look something like this:

 my_awesome_cache_options:
   debug: false
   adapter: drb
   store_options:
     host: druby://127.0.0.1:61676

[Validate]