ARP stands for Address Resolution Protocol, which is used to find the media access control address of a network neighbour for a given IPv4 Address.
You can view arp using following command.
# arp
You can clear the old cache using following command.
# ip -s -s neigh flush all
After this command, you may receive following type of output.