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