public class FileSystemCache extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
cache_depth |
| Modifier and Type | Method and Description |
|---|---|
static FileSystemHandler |
get(String key) |
static void |
init() |
static void |
put(String key,
FileSystemHandler fileSystemHandler) |
static void |
release() |
void |
update()
Updates the FileSystemCache to keep cache_depth at a correct level.
|
public static void release()
public void update()
public static void init()
public static void put(String key, FileSystemHandler fileSystemHandler)
public static FileSystemHandler get(String key)
Copyright © 2013 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.