方法
- N
包含的模块
类公共方法
new(app, options = {}) 链接
源:显示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/middleware/session/mem_cache_store.rb, line 24 def initialize(app, options = {}) options[:expire_after] ||= options[:expires] super end