Home
last modified time | relevance | path

Searched refs:GetUPAKCacheSize (Results 1 – 5 of 5) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/libkb/
H A Denv.go53 func (n NullConfiguration) GetUPAKCacheSize() (int, bool) { return… func
1324 func (e *Env) GetUPAKCacheSize() int { func
1326 e.cmd.GetUPAKCacheSize,
1328 e.GetConfig().GetUPAKCacheSize,
1906 func (c AppConfig) GetUPAKCacheSize() (int, bool) { func
H A Dupak_loader.go56 c, err := lru.New(g.Env.GetUPAKCacheSize())
58 panic(fmt.Sprintf("could not create lru cache (size = %d)", g.Env.GetUPAKCacheSize()))
H A Dconfig.go681 func (f *JSONConfigFile) GetUPAKCacheSize() (int, bool) { func
H A Dinterfaces.go94 GetUPAKCacheSize() (int, bool) methodSpec
/dports/security/keybase/client-v5.7.1/go/libcmdline/
H A Dcmdline.go342 func (p CommandLine) GetUPAKCacheSize() (int, bool) { func