Class Cache
- Namespace
- OpenQA.Selenium.DevTools.V130.CacheStorage
- Assembly
- WebDriver.dll
Cache
public sealed class Cache
- Inheritance
-
Cache
- Inherited Members
Properties
CacheId
cacheId
[JsonPropertyName("cacheId")]
public string CacheId { get; set; }
Property Value
CacheName
cacheName
[JsonPropertyName("cacheName")]
public string CacheName { get; set; }
Property Value
SecurityOrigin
securityOrigin
[JsonPropertyName("securityOrigin")]
public string SecurityOrigin { get; set; }
Property Value
StorageBucket
storageBucket
[JsonPropertyName("storageBucket")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StorageBucket StorageBucket { get; set; }
Property Value
StorageKey
storageKey
[JsonPropertyName("storageKey")]
public string StorageKey { get; set; }