Skip to main content

Class: CacheVolume

A directory whose contents persist across runs.

Extends

  • BaseClient

Constructors

new CacheVolume()

new CacheVolume(parent?, _id?): CacheVolume

Constructor is used for internal usage only, do not create object from it.

Parameters

parent?

parent.ctx?: Context

parent.queryTree?: QueryTree[]

_id?: CacheVolumeID

Returns

CacheVolume

Overrides

BaseClient.constructor

Methods

id()

id(): Promise<CacheVolumeID>

A unique identifier for this CacheVolume.

Returns

Promise<CacheVolumeID>