This article details how to disable or enable the HSPC service type and how to configure the cache of HSPC services.

Disable/enable the HSPC service type

You can disable the HSPC service type. This means that the HSPC service endpoint is no longer available and that you can no longer create HSPC services.

To disable the HSPC service type, chnage the enabled property under fusion.hsp to false in the config/fusion.common.yml file:

fusion.hspc:
  # Allows to enable/disable the HSPC service. The default is true.
  enabled: false

Restart LuciadFusion for the change to take effect.

To enable the HSPC service type again, change the enabled property to true and restart LuciadFusion.

Configure the HSPC service type cache

You can configure the cache control headers of the files served by HSPC services. You can find those configuration properties in the config/fusion.common.yml file under the cache property of fusion.hspc.