Files
bitburner-src/markdown/bitburner.darknet.opencache.md
Michael Ficocelli 6073964768 DARKNET: Darkweb Expansion Project & Bitnode (#2139)
This is BN15. It is a really big change; see the PR for all the details.
2026-02-03 03:40:36 -08:00

1020 B

Home > bitburner > Darknet > openCache

Darknet.openCache() method

Opens a .cache file on the current server to acquire its valuable contents.

Signature:

openCache(filename: string, suppressToast?: boolean): CacheResult;

Parameters

Parameter

Type

Description

filename

string

Name of the cache file to open.

suppressToast

boolean

(Optional) Optional. If true, suppresses the toast notification that appears when opening a cache file. Defaults to false.

Returns:

CacheResult

An object containing the contents of the cache, and the karma lost.

Remarks

RAM cost: 2 GB