In my testing, both 'clear ip arp' and 'clear arp-cache' send an ARP request to the MAC address that last held the IP to see if it still has it. The difference I noticed is:
clear ip arp - clears the entry and sends a single request out to see if i...