Package org.biojava3.core.util
Class FlatFileCache
java.lang.Object
org.biojava3.core.util.FlatFileCache
Provides a cache for storing multiple small files in memory. Can be used to e.g cache gzip
compressed PDB files for avoiding disk IO bottlenecks.
- Author:
- Andreas Prlic.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addToCache
(String key, File fileToCache) void
clear()
static void
destroy()
static InputStream
getInputStream
(String key) static FlatFileCache
int
size()
-
Method Details
-
getInstance
-
addToCache
-
getInputStream
-
size
public int size() -
clear
public void clear() -
destroy
public static void destroy()
-