chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.applicationcache / ApplicationCache

ApplicationCache

data class ApplicationCache

Detailed application cache information.

Constructors

<init>

Detailed application cache information.

ApplicationCache(manifestURL: String, size: Double, creationTime: Double, updateTime: Double, resources: List<ApplicationCacheResource>)

Properties

creationTime

Application cache creation time.

val creationTime: Double

manifestURL

Manifest URL.

val manifestURL: String

resources

Application cache resources.

val resources: List<ApplicationCacheResource>

size

Application cache size.

val size: Double

updateTime

Application cache update time.

val updateTime: Double