RequestCacheNamesReturn

@Serializable
data class RequestCacheNamesReturn(val caches: List<CacheStorage.Cache>)

Constructors

Link copied to clipboard
constructor(caches: List<CacheStorage.Cache>)

Properties

Link copied to clipboard

Caches for the security origin.