Data cache configuration

 

+

Search Tips   |   Advanced Search

 

Data caching is used to cache data retrieved by the IWWCM application from external sources using connect tags or by requests made through URLs.

The following default data caching settings can be set in the WCMConfigService.properties file.

connect.connector.httpconnector.defaultcache

Used when no cache is specified in a request for data. If true, the data will be stored in the site cache.

connect.connector.httpconnector.defaultcacheexpires

The expiry date/time for items added to a cache (site or session) if the expiry date/time is not specified in the request.

connect.connector.sqlconnector.defaultcache

True/False, Determines whether to cache data by default or not.

 

Parent Topic

Caching options