Feature Request
Describe your use case and the problem you are facing
Add the following commands
wp theme cache <theme> get <key>
wp theme cache <theme> add <key> <data>
wp theme cache <theme> delete
Describe the solution you'd like
Add command would map to the method cache_add on WP_Theme class.
Get command would map to the method cache_get on WP_Theme class.
Delete command would map to the method cache_delete on WP_Theme class.
This would help manage and clear theme related caches.