| 1 | <?php |
||
| 16 | trait optimization { |
||
| 17 | /** |
||
| 18 | * Clean cache |
||
| 19 | * |
||
| 20 | * @param \cs\Request $Request |
||
| 21 | * |
||
| 22 | * @return string |
||
| 23 | * |
||
| 24 | * @throws \cs\ExitException |
||
| 25 | */ |
||
| 26 | static function optimization_clean_cache ($Request) { |
||
| 30 | /** |
||
| 31 | * Clean public cache (CSS/JS/HTML) |
||
| 32 | * |
||
| 33 | * @return string |
||
| 34 | * |
||
| 35 | * @throws \cs\ExitException |
||
| 36 | */ |
||
| 37 | static function optimization_clean_pcache () { |
||
| 41 | /** |
||
| 42 | * @return string |
||
| 43 | */ |
||
| 44 | static function optimization_help () { |
||
| 65 | } |
||
| 66 |