Class Cache
- Namespace
- OpenQA.Selenium.DevTools.V148.CacheStorage
- Assembly
- Selenium.WebDriver.dll
Cache identifier.
public sealed class Cache
- Inheritance
-
Cache
- Inherited Members
Properties
CacheId
An opaque unique id of the cache.
[JsonPropertyName("cacheId")]
public string CacheId { get; set; }
Property Value
CacheName
The name of the cache.
[JsonPropertyName("cacheName")]
public string CacheName { get; set; }
Property Value
SecurityOrigin
Security origin of the cache.
[JsonPropertyName("securityOrigin")]
public string SecurityOrigin { get; set; }
Property Value
StorageBucket
Storage bucket of the cache.
[JsonPropertyName("storageBucket")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StorageBucket? StorageBucket { get; set; }
Property Value
StorageKey
Storage key of the cache.
[JsonPropertyName("storageKey")]
public string StorageKey { get; set; }