DICacheStorage
public class DICacheStorage : DIStorage
Contains objects in dictionary by keys
-
Declaration
Swift
public var any: [DIComponentInfo : Any] { get }
-
Undocumented
Declaration
Swift
public init()
-
Declaration
Swift
public func fetch(key: DIComponentInfo) -> Any?
-
Declaration
Swift
public func save(object: Any, by key: DIComponentInfo)
-
Declaration
Swift
public func clean()