TXNoOpCache
public final class TXNoOpCache : NSObject, TXCache
A no-op cache that doesn’t support storing the values in-memory. Useful when the library needs to be initialized without a cache (e.g. for the CLI tool).
-
Declaration
Swift
public func get() -> TXTranslations
-
Declaration
Swift
public func get(key: String, localeCode: String) -> String?
-
Declaration
Swift
public func update(translations: TXTranslations)