Manage files in the cache
Clear cache
You may need to clear the cache if the content on the source has updated or the data is not displaying correctly.
The cache can be spot clean or clean all.
The clearing time depends on the number of files and can take up to 15 minutes. A request to clear the cache can be made no more than once per minute.
Clear cache selectively
-
In control panel go to CDN → CDN resources.
-
Open the CDN resource page → tab Cache management.
-
Open the card Clearing the cache.
-
Select the type of cleaning Selective.
-
Enter the paths to the files you want to delete from the cache. Enter a relative path (without the resource name), with the following characters at the beginning of the path
*
or/
. Symbol*
replaces any number of characters. Specify each path as a separate line, no more than 10 paths in one request.
You can specify a specific file, directory or group of files with the same extension in the same path, to do this use query syntax.Example of a request:
/path/to/file.jpg
*/directory/*.jpgThe request will delete the file
file.jpg
in the specified directory, as well as all filesjpg
which are contained in the directorydirectory
and its child folders. -
Click Clear cache. It takes about a minute to generate a purge request. When the request is generated, the purge will begin.
Clear cache completely
- In control panel go to CDN → CDN resources.
- Open the CDN resource page → tab Cache management.
- Open the card Clearing the cache.
- Select the type of cleaning Complete.
- Click Clear all cache.
- Enter the name of the CDN resource.
- Click Clear all cache. It takes about a minute to generate a purge request. When the request is generated, the purge will begin.
Preload cache
Preloading is required for files between 200 MB and 5 GB in size. You can make a request to preload the cache no more than once per minute.
-
If you want to update the files in the cache, first delete the current cached versions, to do so clear the cache.
-
In control panel go to CDN → CDN resources.
-
Open the CDN resource page → tab Cache management.
-
Open the card Cache preload.
-
Enter the paths to the files to be preloaded. Enter a relative path (without the resource name), with the following characters at the beginning of the path
*
or/
. Symbol*
replaces any number of characters. Specify each path as a separate line, no more than 10 paths in one request.
You can specify a specific file, directory or group of files with the same extension in the same path, to do this use query syntax.Example of a request:
/path/to/file.jpg
*/directory/*.jpgThe request will preload the file
file.jpg
in the specified directory, as well as all filesjpg
which are contained in the directorydirectory
and its child folders. -
Click Load cache.