CacheKey
DependencyValues.swift:440This declaration is gated by at least one @_spi attribute.
struct CacheKey
This declaration is gated by at least one @_spi attribute.
struct CacheKey
import Dependencies
A dependency management library inspired by SwiftUI’s “environment.”
final class CachedValues
var cached: [CachedValues.CacheKey : CachedValues.CachedValue]
struct CachedValue
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol Sendable
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.