class

Kamil::Persistence::AntiEchoSentinel

Inherits Reference < Object

Abstract contract for write-echo suppression to prevent feedback loops with filesystem watchers.

Instance methods

evict_expired(ttl_seconds : Int32 = 10) : Nil
Source
register_write(path : String, checksum : String) : Nil
Source
suppressed?(path : String, current_checksum : String) : Bool
Source