public class FileCache extends Object
| Constructor and Description |
|---|
FileCache(File cacheRoot,
long maxFileSize) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCurrentFileSize() |
FileCacheRef |
getFile(String rpath) |
void |
initialize() |
void |
reaper()
Called every once in a while to clean out the file cache.
|
public FileCache(File cacheRoot, long maxFileSize)
public FileCacheRef getFile(String rpath)
public void reaper()
public long getCurrentFileSize()
Copyright © 2017 etc.to. All rights reserved.