MCPcopy Index your code
hub / github.com/directus/directus / cache.ts

File cache.ts

api/src/cache.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createRequire } from 'node:module';
2import { useEnv } from '@directus/env';
3import type { SchemaOverview } from '@directus/types';
4import Keyv, { type KeyvOptions } from 'keyv';

Callers

nothing calls this directly

Calls 6

useEnvFunction · 0.90
useLoggerFunction · 0.85
redisConfigAvailableFunction · 0.85
subscribeMethod · 0.65
clearMethod · 0.65
useBusFunction · 0.50

Tested by

no test coverage detected