Add sample invalidation policies to the store's cachespec.xml file

We can add invalidation policies provided in the sample invalidation files to the store.

(Developer)

Note: In the development environment, servlet caching is disabled. To use sample invalidation policies, servlet caching must be enabled. To enable and use servlet caching, see the
Configure servlet caching topics.


Procedure

  1. Open the sample invalidation cachespec.xml file. The sample invalidation cachespec.xml files are located in the following directory: workspace_dir/crs-web/WebContent/WEB-INF/cachespec.xml.sample

  2. Copy the invalidation policies from the sample invalidation file to the cachespec.xml file for the store. Place the invalidation policies at the end of the store's cachespec.xml file after the last element before the tag.

  3. Ensure the invalidation IDs match the corresponding dependency IDs in the caching policies. If a matching dependency ID does not exist, then the invalidation policies are not run and change either the ID of the invalidation rule or the ID of the dependency-id rule so that they match. Your store might have more or different business requirements that require you to add extra invalidation policies and dependency IDs. See Defining the invalidation policies in cachespec.xml.

  4. If necessary, change the name and directory of JSP files in the sections that are copied from the sample invalidation files to match the information in the rest of the store's cachespec.xml file.

  5. Save the file to the following directory: workspace_dir/crs-web/WebContent/WEB-INF