BLUE
PHP 7.4.33
Path:
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/metro-file-map/src/cache
Run
Logout
Edit File
Size: 928 B
Close
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/metro-file-map/src/cache/DiskCacheManager.d.ts
Text
Base64
/** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @format * @oncall react_native */ import type { BuildParameters, CacheData, CacheManager, CacheManagerWriteOptions, } from '../flow-types'; export interface DiskCacheConfig { buildParameters: BuildParameters; cacheFilePrefix?: string | null; cacheDirectory?: string | null; } export class DiskCacheManager implements CacheManager { constructor(options: DiskCacheConfig); static getCacheFilePath( buildParameters: BuildParameters, cacheFilePrefix?: string | null, cacheDirectory?: string | null, ): string; getCacheFilePath(): string; read(): Promise<CacheData | null>; write( getSnapshot: () => CacheData, opts: CacheManagerWriteOptions, ): Promise<void>; end(): Promise<void>; }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 3
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
DiskCacheManager.d.ts
928 B
lrw-r--r--
2025-03-28 11:04:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
DiskCacheManager.js
3.24 KB
lrw-r--r--
2025-03-28 11:04:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
DiskCacheManager.js.flow
4.25 KB
lrw-r--r--
2025-03-28 11:04:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).