Module cache

Module cache 

Source
Expand description

A cache of services

The cache is a single list of cached services, bundled with a MakeService. Calling the cache returns either an existing service, or makes a new one. The returned impl Service can be used to send requests, and when dropped, it will try to be returned back to the cache.

Functionsยง

builder
Start a builder to construct a Cache pool.