* Provisions a server cache as described in server.cache where: * @param options - same as the server cache configuration options. * @return Return value: none. * Note that if the server has been initialized or started, the cache will be automatically started to match the state of any
(options: ServerOptionsCache)
| 47 | * [See docs](https://github.com/hapijs/hapi/blob/master/API.md#-await-servercacheprovisionoptions) |
| 48 | */ |
| 49 | provision(options: ServerOptionsCache): Promise<void>; |
| 50 | } |
| 51 | |
| 52 | export type CacheProvider<T extends ClientOptions = ClientOptions> = EnginePrototype<any> | { |
no outgoing calls
no test coverage detected