Versions in this module Expand all Collapse all v0 v0.0.1 Mar 17, 2024 Changes in this version + func NoSuchItem(key uint32, index int) error + type BucketsCache struct + func (c *BucketsCache) AddBucketItem(key uint32, value uint32) + func (c *BucketsCache) ForceAddBucketItem(key uint32, value uint32) + func (c *BucketsCache) GetBucket(key uint32) []uint32 + func (c *BucketsCache) GetBucketItem(key uint32, index int) (uint32, error) + func (c *BucketsCache) Init(bucketLimit int)