See: Description
Interface | Description |
---|---|
FileCacheable |
Interface for files that can be stored in FileCache.
|
FileCacheIF |
An interface to a FileCache
|
FileFactory |
Interface for factories of FileCacheable objects.
|
Class | Description |
---|---|
FileCache |
Keep cache of open FileCacheable objects, for example NetcdfFile.
|
FileCacheARC |
Keep cache of open FileCacheable objects, for example NetcdfFile.
|
FileCacheGuava |
Memory cache using guava cache
|
FileCacheNOP |
A FileCache that does nothing when release() is called.
|
HashQueue<K,V> |
Describe
|
SmartArrayInt |
Integer arrays that are constant or are sequential can be stored without storing all of the elements.
|