org.globus.wsrf.utils.cache
Class LRUCache.Entry
java.lang.Object
org.globus.wsrf.utils.cache.LRUCache.Entry
- Enclosing class:
- LRUCache
- private static class LRUCache.Entry
- extends java.lang.Object
|
Field Summary |
private java.lang.Object |
resource
|
private long |
time
|
|
Constructor Summary |
LRUCache.Entry(java.lang.Object resource,
long time)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
time
private long time
resource
private java.lang.Object resource
LRUCache.Entry
public LRUCache.Entry(java.lang.Object resource,
long time)
setResource
public void setResource(java.lang.Object resource)
getResource
public java.lang.Object getResource()
setAccessTime
public void setAccessTime(long time)
getAccessTime
public long getAccessTime()