nl.hippo.client.api.caching
Interface CachedResponse

All Known Implementing Classes:
CachedResponseImpl

public interface CachedResponse


Method Summary
 String getContentType()
           
 Long getExpires()
           
 long getLastModified()
           
 Object getResponse()
           
 SourceValidity[] getValidityObjects()
           
 

Method Detail

getValidityObjects

SourceValidity[] getValidityObjects()

getResponse

Object getResponse()

getExpires

Long getExpires()

getLastModified

long getLastModified()

getContentType

String getContentType()


Copyright © 2006-2009 Hippo. All Rights Reserved.