Loadability Documentation Beta

Protocol Any​Shared​Cache

public protocol AnySharedCache

A shared cache.

%3 AnySharedCache AnySharedCache SharedCache SharedCache SharedCache->AnySharedCache SharedSerializableCache SharedSerializableCache SharedSerializableCache->AnySharedCache

Types Conforming to Any​Shared​Cache

SharedCache

A singleton collection used to store key-value pairs as a wrapper to Cache.

SharedSerializableCache

A singleton collection, with support for serialization and storage, used to store key-value pairs as a wrapper to SerializableCache.

Requirements

is​Value​Stale(_:​)

static func isValueStale(_ key: Key) -> Bool