Home
last modified time | relevance | path

Searched refs:runtimeCache (Results 1 - 1 of 1) sorted by relevance

/developtools/integration_verification/tools/fotff/utils/
H A Druntime.go28 var runtimeCache = cache.New(24*time.Hour, time.Hour) var
38 runtimeCache.LoadFile(filepath.Join(runtimeDir, "fotff.cache"))
42 return runtimeCache.Get(sectionKey(section, k))
46 runtimeCache.Set(sectionKey(section, k), v, cache.DefaultExpiration)
47 return runtimeCache.SaveFile(filepath.Join(runtimeDir, "fotff.cache"))

Completed in 1 milliseconds