Ramaze::Cache.options.session = Ramaze::Cache::MemCache.using(
  compression: false,
  username: ENV['MEMCACHE_USERNAME'],
  password: ENV['MEMCACHE_PASSWORD'],
  servers: ENV['MEMCACHE_SERVERS'].split(','),
)