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 classAbstractCacheRequestAbstractCacheRequestclassClientCacheRequestClientCacheRequestclassServletCacheRequestServletCacheRequestMethods in com.twelvemonkeys.servlet.cache with parameters of type CacheRequest Modifier and Type Method Description voidHTTPCache. doCached(CacheRequest pRequest, CacheResponse pResponse, ResponseResolver pResolver)Looks up theCachedEntityfor the given request.protected java.io.FileHTTPCache. getRealFile(CacheRequest pRequest)Allows a server-side cache mechanism to peek at the real file.protected voidHTTPCache. invalidate(CacheRequest pRequest)voidResponseResolver. resolve(CacheRequest pRequest, CacheResponse pResponse)
-