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 java.io.IOException
mfile - the mfile containing gridded datajava.io.IOExceptionvoid put(MFile mfile, GridDatasetInv inventory) throws java.io.IOException
mfile - the mfile containing gridded datainventory - the grid inventory of the of mfilejava.io.IOException