mem_cache_store.rb

Path

actionpack/lib/action_controller/session/mem_cache_store.rb

Modified

Mon Dec 01 19:24:28 -0500 2008

Description

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