jive的缓存非常复杂
但思想就是用cacheable接口实现缓存对象
public class Cache implements Cacheable
放入双向链表 这个链表由个体维护个体指向和整体维护头链表
class LongLinkedList {
/**
* The root of the list keeps a reference to both the first and last
* elements of the list.
*/
private LongLinkedListNode head = new LongLinkedListNode(-1L, null, null);
public class LongLinkedListNode {
public LongLinkedListNode previous;
public LongLinkedListNode next;
public long key;
面向对象负责实现对象功能 对象可以自由游走
forumfactory负责产生dbforum 同时又被dbforum引用 互相关联
短信这里有两个问题
1是序列号 收发短信如何对应号码 过程如何
2是网关如何运作