|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CacheKeyGenerator
CacheKeyGenerator: a helper interface to generate the key that is used to cache this request.
Method Summary | |
---|---|
String |
getCacheKey(ServletContext context,
HttpServletRequest request)
getCacheKey: generate the key to be used to cache the response. |
Method Detail |
---|
String getCacheKey(ServletContext context, HttpServletRequest request)
context
- the web application contextrequest
- incoming HttpServletRequest
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.