Files
bitburner-src/markdown/bitburner.cacheresult.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

17 lines
329 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [CacheResult](./bitburner.cacheresult.md)
## CacheResult type
**Signature:**
```typescript
export type CacheResult = {
success: boolean;
message: string;
karmaLoss: number;
};
```