(options, _segment)
| 585 | internals.cache = (plugin) => { |
| 586 | |
| 587 | const policy = function (options, _segment) { |
| 588 | |
| 589 | return this._core._cachePolicy(options, _segment, plugin.realm); |
| 590 | }; |
| 591 | |
| 592 | policy.provision = async (opts) => { |
| 593 |
nothing calls this directly
no test coverage detected