[][src]Crate nginx_cache_purge

Nginx Cache Purge

An alternative way to do proxy_cache_purge or fastcgi_cache_purge for Nginx.

Functions

remove_all_files_in_directory

Do something like rm -rf /path/to/*. The /path/to directory will not be deleted. This function may be dangerous.

remove_caches_via_wildcard

Purge multiple caches via wildcard.

remove_one_cache

Purge a cache with a specific key.