Skip to main content
Manage files in the cache
Last update:

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 selectively-cleanup or full-cleanup.

Cleanup time depends on the number of files and can take up to 15 minutes. You can request to clear the cache no more than once per minute.

Clear cache selectively

  1. In Control Panel, go to CDNCDN Resources.

  2. Open the CDN resource page → Cache Management tab.

  3. Open the Clearing Cache card.

  4. Select the Selective cleaning type.

  5. Enter the paths to the files you want to delete from the cache. Enter a relative path (without the resource name), with * or / at the beginning of the path. The * character replaces any number of characters. Specify each path on 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 one path, use request syntax.

    Example of a request:

    /path/to/file.jpg
    */directory/*.jpg

    The query will delete the file.jpg file in the specified directory, as well as all jpg files that are contained in the directory directory and its child folders.

  6. Click Clear cache. It takes about a minute to form a purge request. When the request is generated, the cleanup will begin.

Clear cache completely

  1. In Control Panel, go to CDNCDN Resources.
  2. Open the CDN resource page → Cache Management tab.
  3. Open the Clearing Cache card.
  4. Select the cleaning type Full.
  5. Click Clear all cache.
  6. Enter the name of the CDN resource.
  7. Click Clear all cache. It takes about a minute to form a purge request. When the request is generated, the cleanup will begin.

Preload cache

Preloading is required for files between 200 MB and 5 GB in size. A request to preload the cache can be made no more than once per minute.

  1. If you want to update the files in the cache, first remove the current cached versions, to do so clear cache.

  2. In Control Panel, go to CDNCDN Resources.

  3. Open the CDN resource page → Cache Management tab.

  4. Open the Preload Cache card.

  5. Enter the paths to the files you want to preload. Enter a relative path (without the resource name), with * or / at the beginning of the path. The * character replaces any number of characters. Specify each path on 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 one path, use request syntax.

    Example of a request:

    /path/to/file.jpg
    */directory/*.jpg

    The request will preload the file.jpg file in the specified directory, as well as all jpg files that are contained in the directory directory and its child folders.

  6. Click Download cache.

Query syntax

Use the syntax to remove from cache or load into cache only certain files.

All versions of the same filePath to file:
/path/to/file.jpg
File with query parameterPath to file with query parameter:
/path/to/file.jpg?VERSION.
Directory files

A path mask without a domain name wrapped in the * operator:


*/path/to/directory/*

Files with a specific extensionThe * operator and file extension:
*.jpg
Directory files with a specific extensionPath mask without domain name, wrapped in the * operator, with extension:
*/path/to/directory/*.jpg