wt.adapter
Class WebjectUser.CacheEntry

java.lang.Object
  extended bywt.adapter.WebjectUser.CacheEntry
Enclosing class:
WebjectUser

private class WebjectUser.CacheEntry
extends Object


Field Summary
private  long expiration
           
private  String value
           
 
Constructor Summary
WebjectUser.CacheEntry(String s)
           
 
Method Summary
 boolean equals(String s)
           
 boolean isExpired()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expiration

private long expiration

value

private String value
Constructor Detail

WebjectUser.CacheEntry

public WebjectUser.CacheEntry(String s)
Method Detail

isExpired

public boolean isExpired()

equals

public boolean equals(String s)