Versions in this module Expand all Collapse all v1 v1.0.0 Mar 26, 2024 Changes in this version + const DefaultEntryTTL + type Idempotent interface + String func() string + type InFlight interface + Delete func(entry Idempotent) + Get func(entry Idempotent) bool + Insert func(entry Idempotent) bool + type InFlightTTL struct + func NewWithTTL() *InFlightTTL + func (db *InFlightTTL) Delete(entry Idempotent) + func (db *InFlightTTL) Get(entry Idempotent) bool + func (db *InFlightTTL) Insert(entry Idempotent) bool + type NowFunc func() time.Time