Class CacheStorageContentUpdated
java.lang.Object
org.openqa.selenium.devtools.v141.storage.model.CacheStorageContentUpdated
A cache's contents have been modified.
-
Constructor Summary
ConstructorsConstructorDescriptionCacheStorageContentUpdated(String origin, String storageKey, String bucketId, String cacheName) -
Method Summary
Modifier and TypeMethodDescriptionStorage bucket to update.Name of cache in origin.Origin to update.Storage key to update.
-
Constructor Details
-
CacheStorageContentUpdated
-
-
Method Details
-
getOrigin
Origin to update. -
getStorageKey
Storage key to update. -
getBucketId
Storage bucket to update. -
getCacheName
Name of cache in origin.
-