Package com.sun.enterprise.web
Class CacheModule
- java.lang.Object
-
- com.sun.enterprise.web.CacheModule
-
public final class CacheModule extends Object
configures the cache for the application
-
-
Field Summary
Fields Modifier and Type Field Description static StringCACHING_FILTER_CLASSNAMEstatic StringDEFAULT_CACHE_HELPER_CLASSNAMEstatic Loggerlogger
-
Constructor Summary
Constructors Constructor Description CacheModule()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CacheManagerconfigureResponseCache(WebModule app, SunWebApp bean)configure ias-web response cache
-
-
-
Field Detail
-
CACHING_FILTER_CLASSNAME
public static final String CACHING_FILTER_CLASSNAME
- See Also:
- Constant Field Values
-
DEFAULT_CACHE_HELPER_CLASSNAME
public static final String DEFAULT_CACHE_HELPER_CLASSNAME
- See Also:
- Constant Field Values
-
logger
public static final Logger logger
-
-
Method Detail
-
configureResponseCache
public static CacheManager configureResponseCache(WebModule app, SunWebApp bean) throws Exception
configure ias-web response cache- Parameters:
app- WebModule containing the cachebean- ias-web app config bean- Throws:
Exception- read the configuration and setup the runtime support for caching in a application.
-
-