Files
klz-cables.com/.pnpm-store/v10/files/9f/62067e492d807786e2e615122090edb45cbfcddf6db5a027a535eae3e807121833d01b765ed27249ba5a73112df334a23af017aa1a1fd9a1d221df65b89dc9
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

1 line
578 B
Plaintext

{"version":3,"file":"cache.cjs","names":[],"sources":["../../../../src/rest/commands/utils/cache.ts"],"sourcesContent":["import type { RestCommand } from '../../types.js';\n\n/**\n * Resets both the data and schema cache of Directus. This endpoint is only available to admin users.\n * @returns Nothing\n */\nexport const clearCache =\n\t<Schema>(): RestCommand<void, Schema> =>\n\t(system = false) => ({\n\t\tmethod: 'POST',\n\t\tpath: `/utils/cache/clear${system ? '?system' : ''}`,\n\t});\n"],"mappings":"AAMA,MAAa,OAEX,EAAS,MAAW,CACpB,OAAQ,OACR,KAAM,qBAAqB,EAAS,UAAY,KAChD"}