MCPcopy Create free account
hub / github.com/WFCD/warframe-status / CacheModuleOptions

Interface CacheModuleOptions

src/modules/cache.module.ts:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5} from '@services/flat-cache-store';
6
7export interface CacheModuleOptions {
8 stores: {
9 name: string;
10 config: FlatCacheStoreConfig;
11 }[];
12}
13
14@Global()
15@Module({})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected