CacheEntry

java.lang. Object
+Object()
<clinit>() :void
#clone() :Object
+equals(Object ) :boolean
#finalize() :void
+getClass() :Class
+hashCode() :int
+notify() :void
+notifyAll() :void
-registerNatives() :void
+toString() :String
+wait() :void
+wait(long ) :void
+wait(long , int ) :void
net.aerith.misao.io. CacheEntry
#path :String
#content :Object
#update_count :int
#last_used :long
+CacheEntry(String path, Object content)
+getPath() :String
+getContent() :Object
+getLastUsedTimeMillis() :long
+isUpdated() :boolean
+getUpdateCount() :int
+resetUpdateCount() :void
+update(Object new_content) :void