Interface: CachedAppInfo
@appium/types.CachedAppInfo
Information about a cached app instance.
Table of contents
Properties
Properties
fullPath
• Optional
fullPath: string
The full path to the cached app
Defined in
node_modules/@appium/types/lib/driver.ts:2097
immutable
• Optional
immutable: boolean
true
if the file contains an immutable
mark in Cache-control
header
Defined in
node_modules/@appium/types/lib/driver.ts:2080
integrity
• Optional
integrity: { file?
: string
} | { folder?
: number
}
An object containing either file
property with SHA1 hash of the file or folder
property
with total amount of cached files and subfolders
Defined in
node_modules/@appium/types/lib/driver.ts:2093
lastModified
• Optional
lastModified: Date
Date instance; the value of the file's Last-Modified
header
Defined in
node_modules/@appium/types/lib/driver.ts:2076
maxAge
• Optional
maxAge: number
Integer representation of maxAge
parameter in Cache-control
header
Defined in
node_modules/@appium/types/lib/driver.ts:2084
packageHash
• packageHash: string
SHA1 hash of the package if it is a file (and not a folder)
Defined in
node_modules/@appium/types/lib/driver.ts:2072
timestamp
• Optional
timestamp: number
The timestamp this item has been added to the cache (measured in Unix epoch milliseconds)
Defined in
node_modules/@appium/types/lib/driver.ts:2088