in secretcache/cacheItem.go [50:56]
func (ci *secretCacheItem) isRefreshNeeded() bool { if ci.cacheObject.isRefreshNeeded() { return true } return ci.nextRefreshTime <= time.Now().UnixNano() }