Table of Contents

Class CacheStorageContentUpdatedEventArgs

Namespace
OpenQA.Selenium.DevTools.V147.Storage
Assembly
Selenium.WebDriver.dll

A cache's contents have been modified.

public sealed class CacheStorageContentUpdatedEventArgs : EventArgs
Inheritance
CacheStorageContentUpdatedEventArgs
Inherited Members

Properties

BucketId

Storage bucket to update.

[JsonPropertyName("bucketId")]
public string BucketId { get; set; }

Property Value

string

CacheName

Name of cache in origin.

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

Property Value

string

Origin

Origin to update.

[JsonPropertyName("origin")]
public string Origin { get; set; }

Property Value

string

StorageKey

Storage key to update.

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

Property Value

string