au.com.lastweekend.jen.util
Class URLCache.CacheEntry

java.lang.Object
  extended by au.com.lastweekend.jen.util.URLCache.CacheEntry
Enclosing class:
URLCache<T>

public class URLCache.CacheEntry
extends java.lang.Object


Constructor Summary
URLCache.CacheEntry(T entry, long lastModified)
           
 
Method Summary
 long getLastModified()
           
 T getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLCache.CacheEntry

public URLCache.CacheEntry(T entry,
                           long lastModified)
Method Detail

getValue

public T getValue()

getLastModified

public long getLastModified()


Copyright © 2008. All Rights Reserved.