MemoryCache
public final class MemoryCache<Key, Value> where Key : Hashable
Undocumented
-
Undocumented
Declaration
Swift
init() -
Undocumented
Declaration
Swift
public func insert(_ value: Value, forKey key: Key) -
Undocumented
Declaration
Swift
public func value(forKey key: Key) -> Value? -
Undocumented
Declaration
Swift
public func removeValue(forKey key: Key) -
Undocumented
Declaration
Swift
subscript(key: Key) -> Value? { get set }
MemoryCache Class Reference