Skip to content

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

appium/packages/types/lib/driver.ts:2111


immutable

Optional immutable: boolean

true if the file contains an immutable mark in Cache-control header

Defined in

appium/packages/types/lib/driver.ts:2094


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

appium/packages/types/lib/driver.ts:2107


lastModified

Optional lastModified: Date

Date instance; the value of the file's Last-Modified header

Defined in

appium/packages/types/lib/driver.ts:2090


maxAge

Optional maxAge: number

Integer representation of maxAge parameter in Cache-control header

Defined in

appium/packages/types/lib/driver.ts:2098


packageHash

packageHash: string

SHA1 hash of the package if it is a file (and not a folder)

Defined in

appium/packages/types/lib/driver.ts:2086


timestamp

Optional timestamp: number

The timestamp this item has been added to the cache (measured in Unix epoch milliseconds)

Defined in

appium/packages/types/lib/driver.ts:2102