CacheKey

data class CacheKey(val rawValue: String)

A stable, hashable identifier for a cached value.

Mirrors SwiftyNetwork's CacheKey. Build keys from raw strings, URLs, or structured components so that the same logical resource always maps to the same key.

Constructors

Link copied to clipboard
constructor(rawValue: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

the underlying string identity used for equality and hashing.