Parent

Methods

Class/Module Index [+]

Quicksearch

ActionDispatch::Session::MemCacheStore

Public Class Methods

new(app, options = {}) click to toggle source
# File lib/action_dispatch/middleware/session/mem_cache_store.rb, line 10
def initialize(app, options = {})
  require 'memcache'
  options[:expire_after] ||= options[:expires]
  super
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.