Clear zccache statistics (no-op). zccache 1.0.3 does not support --zero-stats. Stats are per-daemon-uptime and reset automatically on daemon restart.
()
| 64 | |
| 65 | |
| 66 | def clear_zccache_stats() -> None: |
| 67 | """Clear zccache statistics (no-op). |
| 68 | |
| 69 | zccache 1.0.3 does not support --zero-stats. |
| 70 | Stats are per-daemon-uptime and reset automatically on daemon restart. |
| 71 | """ |
| 72 | pass |
| 73 | |
| 74 | |
| 75 | def show_zccache_stats() -> None: |