public final class CacheModule extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CACHING_FILTER_CLASSNAME |
static String |
DEFAULT_CACHE_HELPER_CLASSNAME |
static Logger |
logger |
Constructor and Description |
---|
CacheModule() |
Modifier and Type | Method and Description |
---|---|
static CacheManager |
configureResponseCache(WebModule app,
SunWebApp bean)
configure ias-web response cache
|
public static final String CACHING_FILTER_CLASSNAME
public static final String DEFAULT_CACHE_HELPER_CLASSNAME
public static final Logger logger
public static CacheManager configureResponseCache(WebModule app, SunWebApp bean) throws Exception
app
- WebModule containing the cachebean
- ias-web app config beanException
- read the configuration and setup the runtime support for caching in a
application.Copyright © 2019. All rights reserved.