CacheDescriptionProvider

public protocol CacheDescriptionProvider

Interface providing access to a cache description.

  • The cache description which will be used to determine if a previous cached value is still valid given the new cache value.

    Declaration

    Swift

    var cacheDescription: String { get }