Protocol
AnySharedCache
public protocol AnySharedCache
A shared cache.
Relationships
Types Conforming to AnySharedCache
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
.