This repository was archived by the owner on Apr 29, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -287,17 +287,6 @@ public function getRoutesConfig()
287
287
return $ this ->routes ;
288
288
}
289
289
290
- /**
291
- * Set Routes Config Cache ID
292
- *
293
- * @param string $routesConfigCacheId
294
- */
295
- public function setRoutesConfigCacheId ($ routesConfigCacheId ){
296
-
297
- $ this ->routesConfigCacheId = $ routesConfigCacheId ;
298
-
299
- }
300
-
301
290
/**
302
291
* Collect the list of services with routes and request types for use in REST.
303
292
*
Original file line number Diff line number Diff line change 10
10
<type name =" Magento\Webapi\Model\ServiceMetadata" >
11
11
<plugin name =" webapiServiceMetadataAsync" type =" Magento\WebapiAsync\Plugin\ServiceMetadata" />
12
12
</type >
13
+ <type name =" Magento\Webapi\Model\Cache\Type\Webapi" >
14
+ <plugin name =" webapiCacheAsync" type =" Magento\WebapiAsync\Plugin\Cache\Webapi" />
15
+ </type >
13
16
<virtualType name =" Magento\WebapiAsync\Model\VirtualType\Rest\Config" type =" Magento\Webapi\Model\Rest\Config" >
14
17
<arguments >
15
18
<argument name =" config" xsi : type =" object" >Magento\WebapiAsync\Model\BulkServiceConfig</argument >
You can’t perform that action at this time.
0 commit comments