Package net.n2oapp.framework.mvc.cache
Interface ClientCacheTemplate.ClientCacheCallback
-
- Enclosing class:
- ClientCacheTemplate
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface ClientCacheTemplate.ClientCacheCallback
Функция выполнения запроса без кэширования
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)Выполнить запрос
-
-
-
Method Detail
-
doGet
void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOExceptionВыполнить запрос- Parameters:
req- Запросresp- Ответ- Throws:
javax.servlet.ServletExceptionIOException
-
-