Autopsy  4.13.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.utils.CacheLoaderImpl< K, V > Class Template Reference

Inherits CacheLoader< K, V >.

Public Member Functions

 CacheLoaderImpl (CheckedFunction< K, V, Exception > func)
 
load (K key) throws Exception
 

Private Attributes

final CheckedFunction< K, V, Exception > func
 

Detailed Description

Extension of CacheLoader that delegates the load method to the Function passed to the constructor.

Parameters
<K>Key type.
<V>Value type.

Definition at line 30 of file CacheLoaderImpl.java.

Constructor & Destructor Documentation

Member Function Documentation

V org.sleuthkit.autopsy.timeline.utils.CacheLoaderImpl< K, V >.load ( key) throws Exception

Member Data Documentation

final CheckedFunction<K, V, Exception> org.sleuthkit.autopsy.timeline.utils.CacheLoaderImpl< K, V >.func
private

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

Copyright © 2012-2019 Basis Technology. Generated on: Tue Jan 7 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.