public interface FileCacheIF
| Modifier and Type | Method and Description |
|---|---|
FileCacheable |
acquire(FileFactory factory,
Object hashKey,
String location,
int buffer_size,
CancelTask cancelTask,
Object spiObject) |
FileCacheable |
acquire(FileFactory factory,
String location) |
void |
clearCache(boolean force) |
void |
disable() |
void |
enable() |
void |
release(FileCacheable ncfile) |
void |
resetTracking() |
List<String> |
showCache() |
void |
showCache(Formatter format) |
void |
showStats(Formatter format) |
void |
showTracking(Formatter format) |
void enable()
void disable()
FileCacheable acquire(FileFactory factory, String location) throws IOException
IOExceptionFileCacheable acquire(FileFactory factory, Object hashKey, String location, int buffer_size, CancelTask cancelTask, Object spiObject) throws IOException
IOExceptionvoid release(FileCacheable ncfile) throws IOException
IOExceptionvoid clearCache(boolean force)
void resetTracking()
void showTracking(Formatter format)
void showCache(Formatter format)
void showStats(Formatter format)
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.