Package io.webfolder.cdp.event.storage
Class CacheStorageContentUpdated
- java.lang.Object
-
- io.webfolder.cdp.event.storage.CacheStorageContentUpdated
-
public class CacheStorageContentUpdated extends Object
A cache's contents have been modified
-
-
Constructor Summary
Constructors Constructor Description CacheStorageContentUpdated()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCacheName()
Name of cache in origin.String
getOrigin()
Origin to update.void
setCacheName(String cacheName)
Name of cache in origin.void
setOrigin(String origin)
Origin to update.
-