module FastCache; end module FastCache::Memcache class ProtocolError < RuntimeError; end end # Memcache components require 'fastcache/memcache/node' require 'fastcache/memcache/protocol'