Returns cache statistics.
Map<String, dynamic> get stats => { 'entries': _cache.length, 'maxEntries': maxEntries, 'ttlHours': ttl.inHours, };