public interface InventoryCacheProvider
GridDatasetInv.
For use by the THREDDS Data Server and not intended to be used publicly.| Modifier and Type | Method and Description |
|---|---|
GridDatasetInv |
get(MFile mfile)
Get the grid inventory associated with an MFile from the cache.
|
void |
put(MFile mfile,
GridDatasetInv inventory)
Add the grid inventory associated with an MFile to the cache.
|
@Nullable GridDatasetInv get(MFile mfile) throws IOException
mfile - the mfile containing gridded dataIOExceptionvoid put(MFile mfile, GridDatasetInv inventory) throws IOException
mfile - the mfile containing gridded datainventory - the grid inventory of the of mfileIOException