nx/docs/generated/devkit/RemoteCache.md
2023-08-18 11:54:36 -04:00

944 B

Interface: RemoteCache

Table of contents

Properties

Properties

retrieve

retrieve: (hash: string, cacheDirectory: string) => Promise<boolean>

Type declaration

▸ (hash, cacheDirectory): Promise<boolean>

Parameters
Name Type
hash string
cacheDirectory string
Returns

Promise<boolean>


store

store: (hash: string, cacheDirectory: string) => Promise<boolean>

Type declaration

▸ (hash, cacheDirectory): Promise<boolean>

Parameters
Name Type
hash string
cacheDirectory string
Returns

Promise<boolean>