5.3.3 Enable or Disable Caching

By default, caching is enabled in the graph service and you can see the following configuration in the <COMPLIANCE_STUDIO_INSTALLATION_PATH>/deployed/mmg-home/mmg-load-to-graph/graph-service/conf/application.yml directory.


cache:
  enable: true
 

Note:

It is recommended to always enable the cache.

(Optional) To disable caching:

  1. Navigate to the <COMPLIANCE_STUDIO_INSTALLATION_PATH>/deployed/mmg-home/mmg-load-to-graph/graph-service/conf directory.
  2. Open the application.yml file and update the configuration as follows.
    
    cache:
      enable: false
      
  3. Restart Graph Service by restarting the Compliance Studio.