Class: Fino::Rails::RequestScopedCache::Store

Inherits:
Cache::Memory
  • Object
show all
Defined in:
lib/fino/rails/request_scoped_cache/store.rb

Instance Method Summary collapse

Constructor Details

#initializeStore

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