Create an in-memory TLS snapshot store.
Stores at most maxPerDevice snapshots per deviceId, dropping the oldest entries once the cap is reached. Snapshots are maintained newest-first.
maxPerDevice
Maximum snapshots to retain per device. Default: 50.
Create an in-memory TLS snapshot store.
Stores at most
maxPerDevicesnapshots per deviceId, dropping the oldest entries once the cap is reached. Snapshots are maintained newest-first.