程序包 org.xmeta.cache

类 ActionEntry

java.lang.Object
org.xmeta.cache.ActionEntry

public class ActionEntry extends Object
  • 字段详细资料

    • path

      protected String path
    • thingReference

      protected WeakReference<Action> thingReference
    • loastModified

      protected long loastModified
  • 构造器详细资料

    • ActionEntry

      public ActionEntry(String path, Action action)
  • 方法详细资料

    • getPath

      public String getPath()
    • getAction

      public Action getAction()