SVGCache
open class SVGCache
A minimal in-memory cache class for caching SVGLayer
s. The default
singleton is the default cache used and you can optionally create your own static singleton through an extension.
-
A singleton object that is the default store for
SVGlayer
sDeclaration
Swift
public static let `default`: SVGCache
-
Removes the value from the cache
Declaration
Swift
public func removeObject(key: String)