4e68f9885c
- Add bounds validation for config values (prevent DoS via env vars) - Replace ?? false with || false in isValidMapping (correct operator) - Rename deleteMapping to deleteMappingFromCache (clarify behavior) - Keep deleteMapping as deprecated alias for backward compatibility - Document destroyed state handling in read-only methods - Document async metrics module loading race condition - Document storeLIDPNMappings return type change - Add failure tracking and warning in getLIDsForPNs - Document exponential backoff retry pattern in config and method