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

packages/types/lib/driver.ts:2088


immutable

Optional immutable: boolean

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

Defined in

packages/types/lib/driver.ts:2071


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

packages/types/lib/driver.ts:2084


lastModified

Optional lastModified: Date

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

Defined in

packages/types/lib/driver.ts:2067


maxAge

Optional maxAge: number

Integer representation of maxAge parameter in Cache-control header

Defined in

packages/types/lib/driver.ts:2075


packageHash

packageHash: string

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

Defined in

packages/types/lib/driver.ts:2063


timestamp

Optional timestamp: number

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

Defined in

packages/types/lib/driver.ts:2079