Parent

Methods

Included Modules

Class 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
10:       def initialize(app, options = {})
11:         require 'memcache'
12:         options[:expire_after] ||= options[:expires]
13:         super
14:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.