Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ssnepenthe/cache-manager
WordPress plugin for managing the Nginx fastcgi cache.
https://github.com/ssnepenthe/cache-manager
cache-invalidation php wordpress wordpress-plugin
Last synced: about 2 months ago
JSON representation
WordPress plugin for managing the Nginx fastcgi cache.
- Host: GitHub
- URL: https://github.com/ssnepenthe/cache-manager
- Owner: ssnepenthe
- License: gpl-2.0
- Created: 2015-10-25T18:04:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-21T17:59:39.000Z (over 7 years ago)
- Last Synced: 2024-10-12T15:16:27.841Z (3 months ago)
- Topics: cache-invalidation, php, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cache-manager
WordPress plugin for managing the Nginx fastcgi cache.## Requirements
PHP 5.4 or greater and Composer.## Installation
Install using Composer:```
$ composer require ssnepenthe/cache-manager
```## Usage
This plugin assumes that you are running Nginx with fastcgi caching, but not the ngx_cache_purge module.By default it uses the `X-Nginx-Cache-Purge` header (filterable at `cache_manager_refresh_headers`) to notify the server to regenerate an individual cache item. For an example server configuration see [How I built “Have Baby. Need Stuff!”](https://markjaquith.wordpress.com/2012/05/15/how-i-built-have-baby-need-stuff/).