Uses of Interface
com.twelvemonkeys.servlet.cache.CacheResponse
-
Packages that use CacheResponse Package Description com.twelvemonkeys.servlet.cache -
-
Uses of CacheResponse in com.twelvemonkeys.servlet.cache
Subinterfaces of CacheResponse in com.twelvemonkeys.servlet.cache Modifier and Type Interface Description interface
WritableCachedResponse
WritableCachedResponseClasses in com.twelvemonkeys.servlet.cache that implement CacheResponse Modifier and Type Class Description class
AbstractCacheResponse
AbstractCacheResponseclass
ClientCacheResponse
ClientCacheResponseclass
ServletCacheResponse
ServletCacheResponseMethods in com.twelvemonkeys.servlet.cache with parameters of type CacheResponse Modifier and Type Method Description void
HTTPCache. doCached(CacheRequest pRequest, CacheResponse pResponse, ResponseResolver pResolver)
Looks up theCachedEntity
for the given request.void
ResponseResolver. resolve(CacheRequest pRequest, CacheResponse pResponse)
-