PowerShell
Get-SPServiceInstance | ?{$_.TypeName -eq "Distributed Cache"}
Get-SPServiceInstance | ?{$_.TypeName -eq "Distributed Cache"} | Stop-SPServiceInstance
Remove-SPDistributedCacheServiceInstance
Add-SPDistributedCacheServiceInstance