Package ucar.nc2.util.cache

Cache open NetcdfFile objects in memory.

See:
          Description

Interface Summary
FileCacheable Interface for files that are cacheable.
FileFactory Interface for factories of FileCacheable objects.
 

Class Summary
FileCache Keep cache of open FileCacheable objects, for example NetcdfFile.
FileCacheRaf Keep cache of open RandomAccessFile, for performance.
 

Package ucar.nc2.util.cache Description

Cache open NetcdfFile objects in memory.