Class: ConvenientService::Feature::Plugins::CanHaveStubbedEntries::Middleware
- Inherits:
-
MethodChainMiddleware
- Object
- ConvenientService::Feature::Plugins::CanHaveStubbedEntries::Middleware
- Defined in:
- lib/convenient_service/feature/plugins/can_have_stubbed_entries/middleware.rb
Instance Method Summary collapse
-
#next ⇒ Object
Can be any type.
Instance Method Details
#next ⇒ Object
Returns Can be any type.
18 19 20 |
# File 'lib/convenient_service/feature/plugins/can_have_stubbed_entries/middleware.rb', line 18 def next(...) cache.read(key) || chain.next(...) end |