Uses of Interface
com.twelvemonkeys.servlet.cache.CacheRequest
-
Packages that use CacheRequest Package Description com.twelvemonkeys.servlet.cache -
-
Uses of CacheRequest in com.twelvemonkeys.servlet.cache
Classes in com.twelvemonkeys.servlet.cache that implement CacheRequest Modifier and Type Class Description class
AbstractCacheRequest
AbstractCacheRequestclass
ClientCacheRequest
ClientCacheRequestclass
ServletCacheRequest
ServletCacheRequestMethods in com.twelvemonkeys.servlet.cache with parameters of type CacheRequest Modifier and Type Method Description void
HTTPCache. doCached(CacheRequest pRequest, CacheResponse pResponse, ResponseResolver pResolver)
Looks up theCachedEntity
for the given request.protected java.io.File
HTTPCache. getRealFile(CacheRequest pRequest)
Allows a server-side cache mechanism to peek at the real file.protected void
HTTPCache. invalidate(CacheRequest pRequest)
void
ResponseResolver. resolve(CacheRequest pRequest, CacheResponse pResponse)
-