Skip to main content

typings.IStashService

Type parameters

Name
IStash

Implemented by

Methods

computeKey

computeKey(objKey): string

Parameters

NameType
objKeyRecord<string, unknown>

Returns

string

Defined in

typings/sdk/stash.d.ts:9


create

create(args): ServiceCallResult<IStash>

Parameters

NameType
argsLRUOptions

Returns

ServiceCallResult<IStash>

Defined in

typings/sdk/stash.d.ts:7


getUiStash

getUiStash(): IStash

Returns

IStash

Defined in

typings/sdk/stash.d.ts:8