public class WebPageCache extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
cache_depth |
| Constructor and Description |
|---|
WebPageCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
clean() |
ByteArrayOutputStream |
get(String key) |
void |
init() |
void |
put(String key,
ByteArrayOutputStream fileSystemHandler) |
static void |
release() |
public static void release()
public void init()
public void put(String key, ByteArrayOutputStream fileSystemHandler)
public ByteArrayOutputStream get(String key)
public void clean()
Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.