method org.apache.roller.weblogger.util.cache. ExpiringCacheEntry__static_init










method void org.apache.roller.weblogger.util.cache. ExpiringCacheEntry(Object, long)
postinit'ed(this.timeCached)
postthis.timeout == One-of{0, timeout}
postthis.timeout >= 0
postthis.value == value
postinit'ed(this.value)
test_vectortimeout: {-263..0}, {1..264-1}










method long getTimeCached()
preinit'ed(this.timeCached)
postreturn_value == this.timeCached
postinit'ed(return_value)










method long getTimeout()
preinit'ed(this.timeout)
postreturn_value == this.timeout
postinit'ed(return_value)










method Object getValue()
preinit'ed(this.timeCached)
preinit'ed(this.timeout)
pre(soft) init'ed(this.value)
postreturn_value == One-of{null, this.value}
post(soft) init'ed(return_value)
unanalyzedcall on java.lang.System:currentTimeMillis










method bool hasExpired()
preinit'ed(this.timeCached)
preinit'ed(this.timeout)
postinit'ed(return_value)