UNPKG

@wordpress/core-data

Version:
11 lines (10 loc) 271 B
// packages/core-data/src/parsed-blocks-cache.js var parsedBlocksCache = /* @__PURE__ */ new Map(); function getCacheKey(kind, name, id) { return `${kind}:${name}:${id}`; } export { getCacheKey, parsedBlocksCache }; //# sourceMappingURL=parsed-blocks-cache.mjs.map