Troubleshoot: Invalidation through dependency ID does not work properly

Verify that the dependency ID for the intended servlet or JSP file is within the same cache-entry block. If this is the case, ensure that multiple definitions of the same dependency ID in different cache entry blocks have the identical definition. That is, if your dependency id is defined for some cache-entry as follows, the definition of the dependency ID in any other cache-entry block must be exactly the same.
<dependency-id>storeId
        <component id="storeId" type="parameter">
        <required>true</required>
        </component>
</dependency-id>


 

Related tasks


Invalidating cache using dependency trees

 

Related Reference


Caching defaults