Class: Fino::Rails::RequestScopedCache::Store
- Inherits:
-
Cache::Memory
- Object
- Cache::Memory
- Fino::Rails::RequestScopedCache::Store
- Defined in:
- lib/fino/rails/request_scoped_cache/store.rb
Instance Method Summary collapse
-
#initialize ⇒ Store
constructor
A new instance of Store.
Constructor Details
#initialize ⇒ Store
Returns a new instance of Store.
4 5 6 |
# File 'lib/fino/rails/request_scoped_cache/store.rb', line 4 def initialize super(expires_in: nil) end |