class ActionDispatch::Session::MemCacheStore
Public Class Methods
new(app, options = {})
click to toggle source
Calls superclass method
ActionDispatch::Session::Compatibility.new
# File lib/action_dispatch/middleware/session/mem_cache_store.rb, line 16 def initialize(app, options = {}) options[:expire_after] ||= options[:expires] super end