Class: ConvenientService::Common::Plugins::CachesReturnValue::Middleware Private
- Inherits:
-
MethodChainMiddleware
- Object
- ConvenientService::Common::Plugins::CachesReturnValue::Middleware
- Defined in:
- lib/convenient_service/common/plugins/caches_return_value/middleware.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
-
#next ⇒ Object
private
Can be any type.
Instance Method Details
#next ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns Can be any type.
18 19 20 |
# File 'lib/convenient_service/common/plugins/caches_return_value/middleware.rb', line 18 def next(...) cache.fetch(key) { chain.next(...) } end |