org.qi4j.library.rest.client
Class ClientCache

java.lang.Object
  extended by org.qi4j.library.rest.client.ClientCache

public class ClientCache
extends java.lang.Object

Cache for the ContextResourceClient. This is primarily used to keep track of ETags and lastmodified timestamps for now.


Constructor Summary
ClientCache()
           
 
Method Summary
 void updateCache(org.restlet.Response response)
           
 void updateCommandConditions(org.restlet.Request request)
           
 void updateQueryConditions(org.restlet.Request request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientCache

public ClientCache()
Method Detail

updateCache

public void updateCache(org.restlet.Response response)

updateQueryConditions

public void updateQueryConditions(org.restlet.Request request)

updateCommandConditions

public void updateCommandConditions(org.restlet.Request request)