Package com.twelvemonkeys.servlet.cache
Interface ResponseResolver
-
@Deprecated public interface ResponseResolver
Deprecated.ResponseResolver- Version:
- $Id: ResponseResolver.java#2 $
- Author:
- Harald Kuhr, last modified by $Author: haku $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
resolve(CacheRequest pRequest, CacheResponse pResponse)
Deprecated.
-
-
-
Method Detail
-
resolve
void resolve(CacheRequest pRequest, CacheResponse pResponse) throws java.io.IOException, CacheException
Deprecated.- Throws:
java.io.IOException
CacheException
-
-