First, check your squid.conf file and locate the location of your cache directory, you should have a line starting with "cache_dir"
- Shutdown your squid server: squid -k shutdown
- Remove the cache directory: rm -r /squid/cache/*
- Re-Create the squid cache directory: squid -z
- Start the squid cache server
Thanks for reading.