How to purge cache?
Navigate to 'Multi CDN' > 'Cache control' and select 'Purge cache'.
Hit 'Purge cache' and the system will check if this domain is a standard domain or a wildcard domain.
Standard domain
If you're performing this on a standard domain, you can just enter the specific file path:
/{filename}.{filetype}
For example: /test.jpg
If you'd like to purge a specific file type without entering the path for all the files, simply use the following format:
/*.{filetype}
For example: /*.jpg
You may enter up to 10 paths for each purge
Wildcard domain
Unlike standard domain, you'll need to enter the full URL/path if you're performing this on a wildcard domain:
www.test.com/{filename}.{filetype}
For example: www.test.com/test.jpg
If you'd like to purge a specific file type without entering the path for all the files, simply use the following format:
www.test.com/*.{filetype}
For example: www.test.com/*.jpg