mem_cache_store.rb

Path: vendor/rails/actionpack/lib/action_controller/session/mem_cache_store.rb
Last Update: Sun Jan 22 10:15:35 +0000 2012

cgi/session/memcached.rb - persistent storage of marshalled session data

Overview

This file provides the CGI::Session::MemCache class, which builds persistence of storage data on top of the MemCache library. See cgi/session.rb for more details on session storage managers.

Required files

cgi/session  

[Validate]