Configure component integrator cache

By default, a component integrator caches imported versions for 24 hours before deleting them. You can change the cache retention period, the cleanup interval, and the cache directory location.

To change the cache settings:

  1. On the component integrator machine, go to the <component_integrator_installation>\conf directory. For example:

    C:\Program Files\OpenText\component-integrator\conf

  2. Open the installed.properties file in a text editor.

  3. Update the following properties:

    Property Description
    component‐integrator/cache.keep.time

    Specify how long to keep files in the component integrator's cache before removing them, in seconds.

    By default, files are cached for 86400 seconds (24 hours).

    component‐integrator/cache.cleanup.interval

    Specify how often to run the cache cleanup, in seconds.

    By default, the cache contents are cleared every 86400 seconds (24 hours).

    component‐integrator/cache.folder

    Specify the location of the cache directory.

    Default location:

    <component_integrator_installation>\var\cache

  4. Save your changes.
  5. Restart the component integrator.

Back to top

See also: