Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Private Attributes | List of all members
org.sleuthkit.autopsy.thunderbirdparser.ThunderbirdMboxFileIngestModule.AccountFileInstanceCache Class Reference

Private Attributes

final Map< String, AccountFileInstance > cacheMap
 
final Case currentCase
 
final AbstractFile file
 

Detailed Description

Cache for storing AccountFileInstance. The idea is that emails will be used multiple times in a file and we shouldn't do a database lookup each time.

Definition at line 845 of file ThunderbirdMboxFileIngestModule.java.

Member Data Documentation

final Map<String, AccountFileInstance> org.sleuthkit.autopsy.thunderbirdparser.ThunderbirdMboxFileIngestModule.AccountFileInstanceCache.cacheMap
private

Definition at line 847 of file ThunderbirdMboxFileIngestModule.java.

final Case org.sleuthkit.autopsy.thunderbirdparser.ThunderbirdMboxFileIngestModule.AccountFileInstanceCache.currentCase
private

Definition at line 849 of file ThunderbirdMboxFileIngestModule.java.

final AbstractFile org.sleuthkit.autopsy.thunderbirdparser.ThunderbirdMboxFileIngestModule.AccountFileInstanceCache.file
private

Definition at line 848 of file ThunderbirdMboxFileIngestModule.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.