Protocol
AnySharedCache
public protocol AnySharedCache
A shared cache.
Relationships
Types Conforming to AnySharedCache
SharedCacheA singleton collection used to store key-value pairs as a wrapper to
Cache.SharedSerializableCacheA singleton collection, with support for serialization and storage, used to store key-value pairs as a wrapper to
SerializableCache.