Data cache configuration
Data caching is used to cache data retrieved by the Web Content Manager application from external sources using connect tags or by requests made through URLs.Manage data cache options in the WCM WCMConfigService service.
Specify the following properties for data cache options:
- connect.connector.httpconnector.defaultcache
- Used when no cache is specified in a request for data. Possible values are true or false. 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
- Determines whether to cache data by default or not. Possible values are true or false.
Parent: Caching optionsRelated: