file-entry-cache is a robust and efficient caching mechanism for tracking file system entries. Designed for build tools and task runners, it significantly speeds up operations by storing file metadata (timestamps, sizes) and invalidating the cache only when changes occur. This avoids redundant file system scans, leading to faster build times. The package supports various caching strategies and provides API for managing cache entries. It improves performance by remembering file system state between builds.