zio.query.Cache
See theCache companion object
trait Cache
A Cache
maintains an internal state with a mapping from requests to Ref
s
that will contain the result of those requests when they are executed. This
is used internally by the library to provide deduplication and caching of
requests.
Attributes
- Companion:
- object
- Graph
- Supertypes