Table of Contents

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

string

CacheName

The name of the cache.

[JsonPropertyName("cacheName")]
public string CacheName { get; set; }

Property Value

string

SecurityOrigin

Security origin of the cache.

[JsonPropertyName("securityOrigin")]
public string SecurityOrigin { get; set; }

Property Value

string

StorageBucket

Storage bucket of the cache.

[JsonPropertyName("storageBucket")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StorageBucket? StorageBucket { get; set; }

Property Value

StorageBucket

StorageKey

Storage key of the cache.

[JsonPropertyName("storageKey")]
public string StorageKey { get; set; }

Property Value

string