0 Replies Latest reply on Jul 12, 2006 6:32 PM by chicago_pool_dude

    Cache Entry (KEY,VALUE) stats

    chicago_pool_dude

      We are using a Jboss implementation in our application we have a interface which has these methods
      public long getCreationTime();
      public long getExpirationTime();
      public long getLastAccessTime();
      public long getLastUpdateTime();
      public long getVersion();
      public boolean isValid();

      The interface has a method which has takes jbosstree i should write a class which implements the interface should return these values of entry in the cache ie each map entry (key,value ) pair which we specifiy.

      Can any one please tell me how to go about this.

      Thanks in advance