org.codehaus.httpcache4j.cache
Interface CacheItem

All Known Implementing Classes:
DefaultCacheItem

public interface CacheItem


Method Summary
 int getAge(HTTPRequest request)
           
 org.joda.time.DateTime getCachedTime()
           
 HTTPResponse getResponse()
           
 int getTTL()
           
 boolean isStale(HTTPRequest request)
           
 

Method Detail

getTTL

int getTTL()

isStale

boolean isStale(HTTPRequest request)

getAge

int getAge(HTTPRequest request)

getCachedTime

org.joda.time.DateTime getCachedTime()

getResponse

HTTPResponse getResponse()


Copyright © 2008-2011. All Rights Reserved.