nystudio107 /
craft-fastcgicachebust
| 1 | <?php |
||
| 2 | /** |
||
| 3 | * FastCGI Cache Bust plugin for Craft CMS 3.x |
||
| 4 | * |
||
| 5 | * Bust the Nginx FastCGI Cache when entries are saved or created. |
||
| 6 | * |
||
| 7 | * @link https://nystudio107.com |
||
|
0 ignored issues
–
show
Coding Style
introduced
by
Loading history...
|
|||
| 8 | * @copyright Copyright (c) 2017 nystudio107 |
||
|
0 ignored issues
–
show
|
|||
| 9 | */ |
||
|
0 ignored issues
–
show
|
|||
| 10 | |||
| 11 | /** |
||
|
0 ignored issues
–
show
|
|||
| 12 | * @author nystudio107 |
||
|
0 ignored issues
–
show
|
|||
| 13 | * @package FastcgiCacheBust |
||
|
0 ignored issues
–
show
|
|||
| 14 | * @since 1.0.0 |
||
|
0 ignored issues
–
show
|
|||
| 15 | */ |
||
| 16 | return [ |
||
| 17 | 'FastCGI Cache' => 'FastCGI Cache', |
||
| 18 | '{name} plugin loaded' => '{name} plugin loaded', |
||
| 19 | ]; |
||
| 20 |