Data cache configuration
Data caching is used to cache data retrieved by the IBM Lotus Web Content Management application from external sources using connect tags or by requests made through URLs.
The following default data caching settings can be set in WCMConfigService.properties.
- 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:
Configure a Web content delivery environment