Versions in this module Expand all Collapse all v4 v4.0.5 Jul 9, 2025 v4.0.4 Jul 1, 2025 v4.0.3 Mar 28, 2025 GO-2025-3798 GO-2025-3798: Leaks private key in certs in github.com/juju/utils v4.0.2 Mar 11, 2024 GO-2025-3798 GO-2025-3798: Leaks private key in certs in github.com/juju/utils v4.0.1 Feb 9, 2024 GO-2025-3798 GO-2025-3798: Leaks private key in certs in github.com/juju/utils v4.0.0 Feb 8, 2024 GO-2025-3798 GO-2025-3798: Leaks private key in certs in github.com/juju/utils Changes in this version + type Cache struct + func New(maxAge time.Duration) *Cache + func (c *Cache) Evict(key Key) + func (c *Cache) EvictAll() + func (c *Cache) Get(key Key, fetch func() (interface{}, error)) (interface{}, error) + func (c *Cache) Len() int + type Key interface Other modules containing this package github.com/juju/utils/v3