Home > @plasmicapp/data-sources > makeCacheKey
makeCacheKey() function
Signature:
export declare function makeCacheKey(dataOp: DataOp, opts?: {
paginate?: Pagination;
userAuthToken?: string | null;
}): string;
Parameters
Parameter | Type | Description |
---|---|---|
dataOp | DataOp | |
opts | { paginate?: Pagination; userAuthToken?: string | null; } | (Optional) |
Returns:
string