public class FlatFileCache extends Object
Modifier and Type | Method and Description |
---|---|
static void |
addToCache(String key,
File fileToCache) |
void |
clear() |
static void |
destroy() |
static InputStream |
getInputStream(String key) |
static FlatFileCache |
getInstance() |
int |
size() |
public static FlatFileCache getInstance()
public static void addToCache(String key, File fileToCache)
public static InputStream getInputStream(String key)
public int size()
public void clear()
public static void destroy()
Copyright © 2014 BioJava. All rights reserved.