| Interface | Description |
|---|---|
| FileCacheable |
Interface for files that are cacheable.
|
| FileFactory |
Interface for factories of FileCacheable objects.
|
| Class | Description |
|---|---|
| FileCache |
Keep cache of open FileCacheable objects, for example NetcdfFile.
|
| FileCacheNOP |
Class Description.
|
| FileCacheRaf |
Keep cache of open RandomAccessFile, for performance.
|
| TestFileSystem |