Skip to main content

Module recent

Module recent 

Source
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ยง

CacheEntry ๐Ÿ”’
Entry in the recent capture cache.
RecentCaptureChecker
Checker for recently captured content.