Uses of Class
org.openrdf.http.object.cache.CachedEntity

Packages that use CachedEntity
org.openrdf.http.object.cache   
 

Uses of CachedEntity in org.openrdf.http.object.cache
 

Methods in org.openrdf.http.object.cache that return CachedEntity
 CachedEntity CachedRequest.find(Request req)
           
 CachedEntity CachedRequest.find(Request req, org.apache.http.HttpResponse response, File tmp)
           
 

Methods in org.openrdf.http.object.cache that return types with arguments of type CachedEntity
 List<CachedEntity> CachedRequest.findCachedETags(Request req)
           
 

Methods in org.openrdf.http.object.cache with parameters of type CachedEntity
 void CachedRequest.replace(CachedEntity stale, CachedEntity fresh)
           
 

Constructors in org.openrdf.http.object.cache with parameters of type CachedEntity
CachableRequest(Request request, CachedEntity stale, List<CachedEntity> match, Lock reset)
           
 

Constructor parameters in org.openrdf.http.object.cache with type arguments of type CachedEntity
CachableRequest(Request request, CachedEntity stale, List<CachedEntity> match, Lock reset)
           
 



Copyright © 2004-2011 James Leigh Services Inc.. All Rights Reserved.