Yes, it is possible though not very well documented.
drush cc CACHE-TYPE
Valid cache-types:
cancel
drush
theme-registry
menu
css-js
block
module-list
theme-list
render
views
Or maybe better to put this in two parts:
Does this module cover every cache in Drupal 8/9 that can safely be cleared outside a (core-provided) cache reload?
And if not would it be in scope to add page and render cache clearing?
Certainly page and render caches are a 'thing'; the list of database tables include:
```
cache_dynamic_page_cache
cache_page
cache_render
```
along with `cache_entity`, `cache_menu`, and others that do seem to be handled by Clear Specific Cache module.
Active
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Yes, it is possible though not very well documented.
drush cc CACHE-TYPE
Valid cache-types:
cancel
drush
theme-registry
menu
css-js
block
module-list
theme-list
render
views