InfallibleCache

Stores information temporarily to avoid unneeded network requests, with no error strategy.

By default, Cache represents errors as an alternative object, using ProgressiveOutcome. When caching an operation which cannot fail, or an operation which uses some other kind of error handling strategy (exceptions, custom sealed classes…) it can be convenient to avoid Cache's default error encoding completely.

This type alias represents the opting-out of Cache's default error encoding.