程序包 org.xmeta.cache
类 LinkedThingEntry
- java.lang.Object
-
- org.xmeta.cache.LinkedThingEntry
-
public class LinkedThingEntry extends Object
弱引用模型实体列表。
被引用的模型是链表中的最后一个模型,当前面的模型发生了改变时后面的模型引用就无效,此时 引用返回null。
此类一般用于模型的动作缓存等,当模型发生变更时,通常动作等需要重新组织。- 作者:
- zyx
-
-
字段概要
字段 修饰符和类型 字段 说明 protected List<ThingEntry>thingEntrys
-
构造器概要
构造器 构造器 说明 LinkedThingEntry()
-
-
-
字段详细资料
-
thingEntrys
protected List<ThingEntry> thingEntrys
-
-