feat: add persistent cache stats with hourly granularity
- New CacheStats class with in-memory buffer + file flush
- Tracks hits/misses/stale for events vs other caches
- Hourly buckets in ade_cache_stats.json
- Integrated into markCallDiagnostic in CacheableTrait
- enableCacheStats() on AdeWebAPI
- 9 new tests