Searched refs:runtimeCache (Results 1 – 1 of 1) sorted by relevance
28 var runtimeCache = cache.New(24*time.Hour, time.Hour) var38 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"))