package concurrency // import "github.com/rodrigo0345/omag/internal/concurrency"
type ClockReplacer struct{ ... } func NewClockReplacer(poolSize int) ClockReplacer type FrameID uint32 type IReplacer interface{ ... } type LRUReplacer struct{ ... } func NewLRUReplacer(pool_size int) LRUReplacer