class

KemalWAF::AtomicSnapshotHolder

Inherits Reference / Object

============================================================================= Atomic Snapshot Holder

Thread-safe container for the current rule snapshot Uses atomic operations for lock-free read access

Constructors

Instance methods

get

Get current snapshot (lock-free read)

Source
swap(new_snapshot : RuleSnapshot) : RuleSnapshot

Swap to new snapshot (atomic swap)

Source
version

Get current version

Source