程序包 org.xmeta.cache
类 ThingEntry
- java.lang.Object
-
- org.xmeta.cache.ThingEntry
-
public class ThingEntry extends Object
用于引用事物,当事物变更时总能获取最新的事物。- 作者:
- zyx
-
-
字段概要
字段 修饰符和类型 字段 说明 protected Objectdataprotected longlastmodifiedprotected Stringpathprotected WeakReference<Thing>thingReference
-
构造器概要
构造器 构造器 说明 ThingEntry(String path, Thing thing)ThingEntry(Thing thing)
-
-
-
字段详细资料
-
path
protected String path
-
lastmodified
protected long lastmodified
-
thingReference
protected WeakReference<Thing> thingReference
-
data
protected Object data
-
-