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
Deprecated.Classes in com.twelvemonkeys.servlet.cache that implement CacheResponse Modifier and Type Class Description class
AbstractCacheResponse
Deprecated.class
ClientCacheResponse
Deprecated.class
ServletCacheResponse
Deprecated.Methods in com.twelvemonkeys.servlet.cache with parameters of type CacheResponse Modifier and Type Method Description void
HTTPCache. doCached(CacheRequest pRequest, CacheResponse pResponse, ResponseResolver pResolver)
Deprecated.Looks up theCachedEntity
for the given request.void
ResponseResolver. resolve(CacheRequest pRequest, CacheResponse pResponse)
Deprecated.
-