How to clear cache of Picasso library?
Picasso.with(mActivity).load("http://"+AppConstants.IPAddress+"/MenupicsServices/UserPhotos/"+DataSource.GetValue(mActivity, AppConstants.Save_UserDetails, AppConstants.User_Profile_Photo))
     .resize(120, 120)
     .skipMemoryCache()
     .into(Img_User_Profile);
 
     
     
    