StaleValueStore

public protocol StaleValueStore

Represents a value store that can store isStaled.

  • Returns/Set a bool value whether RemoteConfig’s values are staled or not.

    Declaration

    Swift

    var isStaled: Bool { get set }
  • key Extension method

    A key to store isStaled value.

    Declaration

    Swift

    static var key: String { get }