程序包 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
-
-