ucar.nc2.util.cache
Interface FileCacheable
- All Known Implementing Classes:
- AreaServiceProvider.MakeNetcdfFile, DODSNetcdfFile, FileCacheRaf.Raf, GempakGridServiceProvider.MakeNetcdfFile, NetcdfDataset, NetcdfFile, NetcdfFileWriteable
public interface FileCacheable
Interface for files that are cacheable.
- Since:
- Jun 2, 2008
- Author:
- caron
getLocation
java.lang.String getLocation()
close
void close()
throws java.io.IOException
- Throws:
java.io.IOException
sync
boolean sync()
throws java.io.IOException
- Throws:
java.io.IOException
setFileCache
void setFileCache(FileCache fileCache)