Loadability Documentation Beta

Protocol Shared​Cache

public protocol SharedCache: AnySharedCache

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

%3 SharedCache SharedCache AnySharedCache AnySharedCache SharedCache->AnySharedCache

Conforms To

AnySharedCache

A shared cache.

Requirements

shared

var shared: Cache<Key, Value>

The shared Cache.