CacheRecord
public enum CacheRecord
Discrete outcomes recorded by the cache for statistics.
-
Attempt used an invalid key (rejected by validator).
Declaration
Swift
case invalidKey
-
Cache contained a null element for the key.
Declaration
Swift
case hitNullElement
-
Cache contained a non-null element for the key.
Declaration
Swift
case hitNonNullElement
-
Key not found in cache.
Declaration
Swift
case miss