Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits CacheLoader< K, V >.
Public Member Functions | |
CacheLoaderImpl (CheckedFunction< K, V, Exception > func) | |
V | load (K key) throws Exception |
Private Attributes | |
final CheckedFunction< K, V, Exception > | func |
Extension of CacheLoader that delegates the load method to the Function passed to the constructor.
<K> | Key type. |
<V> | Value type. |
Definition at line 30 of file CacheLoaderImpl.java.
org.sleuthkit.autopsy.timeline.utils.CacheLoaderImpl< K, V >.CacheLoaderImpl | ( | CheckedFunction< K, V, Exception > | func | ) |
Definition at line 34 of file CacheLoaderImpl.java.
References org.sleuthkit.autopsy.timeline.utils.CacheLoaderImpl< K, V >.func.
V org.sleuthkit.autopsy.timeline.utils.CacheLoaderImpl< K, V >.load | ( | K | key | ) | throws Exception |
Definition at line 39 of file CacheLoaderImpl.java.
References org.sleuthkit.autopsy.timeline.utils.CheckedFunction< I, O, X extends Exception >.apply().
|
private |
Definition at line 32 of file CacheLoaderImpl.java.
Referenced by org.sleuthkit.autopsy.timeline.utils.CacheLoaderImpl< K, V >.CacheLoaderImpl().
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.