Parameters
installId
string
Returns
unknown[]
Remarks
This is the prefixtap.invalidate() with no name invalidates.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Builds the key prefix every cached answer of one install sits under.
function installPrefix(installId): unknown[];
string
unknown[]
tap.invalidate() with no name invalidates.
import { installPrefix } from '@tappify/extension-sdk';
const prefix = installPrefix('ins_test');
Was this page helpful?