Expand description

Nginx Cache Purge

An alternative way to do proxy_cache_purge or fastcgi_cache_purge for Nginx.

Functions

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

Purge multiple caches via wildcard.

Purge a cache with a specific key.