# 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. - You can use this function if you installed the 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. - You can use this function if you installed the 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. - You can use this function if you installed the 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. - You can use this function if you installed the package.