Versions in this module Expand all Collapse all v1 v1.0.1 Jul 30, 2025 v1.0.0 Jul 15, 2025 Changes in this version + type BiDirectionalCache struct + func NewBiDirectionalCache(size int) (*BiDirectionalCache, error) + func (c *BiDirectionalCache) GetBigIntFromIP(ip netip.Addr) (*big.Int, bool) + func (c *BiDirectionalCache) GetIPFromBigInt(bigIntKey string) (netip.Addr, bool) + func (c *BiDirectionalCache) PutIPAndBigInt(ip netip.Addr, bigInt *big.Int)