Autopsy  4.21.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 866 of file ThunderbirdMboxFileIngestModule.java.

Member Data Documentation

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

Definition at line 868 of file ThunderbirdMboxFileIngestModule.java.

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

Definition at line 870 of file ThunderbirdMboxFileIngestModule.java.

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

Definition at line 869 of file ThunderbirdMboxFileIngestModule.java.


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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Feb 6 2024
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.