Adb command to only clear cache (not data) of android app

Hello All,

I am looking for adb command which can only clear cache (not data) of the android application, as of now adb command adb shell pm clear com.application.name clears both cache and data of the application.

I using robotframework with appium library.