Documentation Center

Disabling Content Delivery embedded caching

Disable Content Delivery embedded caching on the server in the application.properties files of the two microservices that use caching.

Procedure

  1. Go to the configuration location of your Content Deployer.
  2. Ensure that the cacheenabled placeholder, found in application.properties in this folder, resolves to the value false.
  3. Also ensure that in application.properties, any cache region-specific properties of the form cache.content.REGIONNAME.enabled, where REGIONNAME is the name of a cache region, have the value false.
  4. Go to the configuration location of your Content Service and repeat steps 2 and 3.
  5. Restart both services.
    Embedded caching is now disabled.