Loadability Documentation Beta

Protocol Cached​Loader

public protocol CachedLoader: Loader

A type that can load data from a source with caching.

%3 CachedLoader CachedLoader Loader Loader CachedLoader->Loader

Conforms To

Loader

A type that can load data from a source and throw errors.

Requirements

cache

var cache: Cache.Type

The cache.