Get cache statistics for debugging
static Map<String, dynamic> getStats() { return { 'size': _cache.length, 'lastKey': _lastCacheKey, 'keys': _cache.keys.take(10).toList(), }; }