[jboss-user] [JBossCache] - Jboss Cache Entry Stats
chicago_pool_dude
do-not-reply at jboss.com
Thu Jul 13 10:23:57 EDT 2006
I have an interface which has these methods about an entry in cache (Key,Value) i need to write a class which gets these stats to us like this.
public interface CacheEntry{
public long getCreationTime();
public long getExpirationTime();
public long getLastAccessTime();
public long getLastUpdateTime();
public long getVersion();
public boolean isValid();
}
from the input we give of a Jboss Tree Cache which contains our particular entry(key,value). Can any one please let me know how this can be achieved. Thanks in advance.
Regards
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957749#3957749
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957749
More information about the jboss-user
mailing list