Table of Contents

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

string

CacheName

cacheName

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

Property Value

string

SecurityOrigin

securityOrigin

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

Property Value

string

StorageBucket

storageBucket

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

Property Value

StorageBucket

StorageKey

storageKey

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

Property Value

string