ucar.unidata.io
Class FileCache.CacheElement
java.lang.Object
ucar.unidata.io.FileCache.CacheElement
- All Implemented Interfaces:
- java.lang.Comparable
- Enclosing class:
- FileCache
public static class FileCache.CacheElement
- extends java.lang.Object
- implements java.lang.Comparable
This tracks the elements in the cache.
Do not modify.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
location
public java.lang.String location
raf
public RandomAccessFile raf
isLocked
public boolean isLocked
countAccessed
public int countAccessed
lastAccessed
public long lastAccessed
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo in interface java.lang.Comparable