InMemoryObjectCache
public class InMemoryObjectCache
Undocumented
-
Undocumented
Declaration
Swift
static var global: InMemoryObjectCache -
Undocumented
Declaration
Swift
public func set<T>(_ key: String, _ value: T) throws -
Undocumented
Declaration
Swift
public func get(_ key: String) -> Any? -
Undocumented
Declaration
Swift
public func clear(_ key: String)
InMemoryObjectCache Class Reference