Class: ActionDispatch::Session::MonetaStore

Inherits:
Rack::Session::Moneta show all
Includes:
Compatibility, SessionObject, StaleSessionCheck
Defined in:
lib/action_dispatch/middleware/session/moneta_store.rb

Overview

A Rails cache backed by any Moneta store

Instance Attribute Summary

Attributes inherited from Rack::Session::Moneta

#mutex, #pool

Method Summary

Methods inherited from Rack::Session::Moneta

#destroy_session, #generate_sid, #get_session, #initialize, #set_session, #with_lock

Constructor Details

This class inherits a constructor from Rack::Session::Moneta