SunONE Application Server v8.0 PE

com.sun.appserv.web.cache
Interface CacheKeyGenerator


public interface CacheKeyGenerator

CacheKeyGenerator: a helper interface to generate the key that is used to cache this request.


Method Summary
 java.lang.String getCacheKey(ServletContext context, HttpServletRequest request)
          getCacheKey: generate the key to be used to cache the response.
 

Method Detail

getCacheKey

public java.lang.String getCacheKey(ServletContext context,
                                    HttpServletRequest request)
getCacheKey: generate the key to be used to cache the response.

Parameters:
context - the web application context
request - incoming HttpServletRequest

SunONE Application Server v8.0 PE

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.