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 |
eject(Object hashKey) |
void |
enable() |
boolean |
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
IOException
FileCacheable acquire(FileFactory factory, Object hashKey, String location, int buffer_size, CancelTask cancelTask, Object spiObject) throws IOException
IOException
boolean release(FileCacheable ncfile) throws IOException
IOException
void eject(Object hashKey)
void clearCache(boolean force)
void resetTracking()
void showTracking(Formatter format)
void showCache(Formatter format)
void showStats(Formatter format)
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.