Class

MemCacheStore

Extends:

MemCache-based session storage class.

This builds upon the top-level MemCache class provided by the library file memcache.rb. Session data is marshalled and stored in a memcached cache.

Public Methods
check_id
close Update and close the session’s memcache entry.
data
delete Delete the session’s memcache entry.
new Create a new CGI::Session::MemCache instance
restore Restore session state from the session’s memcache entry.
update Save session state to the session’s memcache entry.
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.