Expand description
Recent capture deduplication checker.
Detects duplicates by tracking recently captured content hashes in an in-memory LRU cache with TTL-based expiration.
Structsยง
- Cache
Entry ๐ - Entry in the recent capture cache.
- Recent
Capture Checker - Checker for recently captured content.