Invalidating a Search cache
We can invalidate the contents of a specific cache by issuing a call to the Search REST API To manually invalidate the contents of a cache, we can do by issuing a call to the REST service. The call follows the following format:
https://search:3738/search/admin/resources/index/cache/invalidate?sinceWhen=2017-10-26 11:11:11.234Where
- sinceWhen
- The date and time after which we want the cache invalidated. For example, sinceWhen=2017-10-26 11:11:11.234.
Related concepts
Cache invalidation
Related tasks
Writing commands for command-based invalidation
Activating the web cache monitor