# NginxCaching

The NginxCaching module for UAPI.

## Delete NGINX cache contents.

 - [GET /NginxCaching/clear_cache](https://api.docs.cpanel.net/specifications/cpanel.openapi/nginxcaching/clear_cache.md): This function clears the user's NGINX cache.

Note:

  - You can only use this function if you installed the ea-nginx package.

## Disable the user's NGINX cache

 - [GET /NginxCaching/disable_cache](https://api.docs.cpanel.net/specifications/cpanel.openapi/nginxcaching/disable_cache.md): This function disables the user's NGINX cache.

Note:

  - You can only use this function if you installed the ea-nginx package.

## Enable the user's NGINX cache

 - [GET /NginxCaching/enable_cache](https://api.docs.cpanel.net/specifications/cpanel.openapi/nginxcaching/enable_cache.md): This function enables the user's NGINX cache.

Note:

  - You can only use this function if you installed the ea-nginx package.

## Reset the user's NGINX cache configuration

 - [GET /NginxCaching/reset_cache_config](https://api.docs.cpanel.net/specifications/cpanel.openapi/nginxcaching/reset_cache_config.md): This function resets the user's NGINX caching configuration.

Note:

  - You can only use this function if you installed the ea-nginx package.

