Versions in this module Expand all Collapse all v0 v0.8.1 Oct 9, 2023 v0.8.0 Jun 30, 2023 Changes in this version + type Clock struct + func New(capacity int64) *Clock + func (c *Clock) Available() int64 + func (c *Clock) Capacity() int64 + func (c *Clock) Flush() + func (c *Clock) Get(key any, preloading bool) (value []byte, size int64, ok bool) + func (c *Clock) Set(key any, value []byte, size int64, preloading bool) + func (c *Clock) Used() int64