public interface CacheKeyGenerator
| Modifier and Type | Method and Description |
|---|---|
String |
getCacheKey(javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest request)
getCacheKey: generate the key to be used to cache the response.
|
String getCacheKey(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request)
context - the web application contextrequest - incoming HttpServletRequestCopyright © 2019. All rights reserved.