/opt/canhelp/node_modules/next/dist/server/lib/incremental-cache
NameSizeModeActions
file-system-cache.d.ts10680644editdlrm
file-system-cache.js170770644editdlrm
file-system-cache.js.map249910644editdlrm
index.d.ts38510644editdlrm
index.js208250644editdlrm
index.js.map336410644editdlrm
memory-cache.external.d.ts1820644editdlrm
memory-cache.external.js16630644editdlrm
memory-cache.external.js.map24330644editdlrm
shared-cache-controls.external.d.ts18240644editdlrm
shared-cache-controls.external.js27820644editdlrm
shared-cache-controls.external.js.map42730644editdlrm
tags-manifest.external.d.ts1950644editdlrm
tags-manifest.external.js7940644editdlrm
tags-manifest.external.js.map9850644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.d.ts (182B)
import type { CacheHandlerValue } from '.'; import { LRUCache } from '../lru-cache'; export declare function getMemoryCache(maxMemoryCacheSize: number): LRUCache;