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 |
ARC cach algorithm
not complete.
|
| FileCacheGuava |
Memory cache using guava cache
|
| FileCacheNOP |
A FileCache that does nothing when release() is called.
|
| HashQueue<K,V> |
Describe
|
| SmartArrayInt |
integer array in which we want to quickly find the index for a given value.
|