[Home](./index.md) > [bitburner](./bitburner.md) > [CacheResult](./bitburner.cacheresult.md) ## CacheResult type **Signature:** ```typescript export type CacheResult = { success: boolean; message: string; karmaLoss: number; }; ```