Versions in this module Expand all Collapse all v0 v0.3.0 Jul 11, 2022 v0.2.0 Jun 11, 2021 v0.1.0 Jan 30, 2019 Changes in this version + type PathCache struct + func NewPathCache(ExpireDelaySec int32) PathCache + func (p *PathCache) ECItems() int + func (p *PathCache) ECSize() uint64 + func (p *PathCache) Get(k string) ([]string, bool) + func (p *PathCache) Set(k string, v []string)