Type alias CacheItem

CacheItem: {
    data?: Buffer;
    exists?: boolean;
    stat?: fs.Stats;
}

Type declaration

  • Optional data?: Buffer
  • Optional exists?: boolean
  • Optional stat?: fs.Stats

Generated using TypeDoc