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