Searched defs:cachedValue (Results 1 – 2 of 2) sorted by relevance
53 type cachedValue struct { struct54 k string55 trim bool56 mu sync.Mutex57 v string156 func (c *cachedValue) get() (v string, err error) {
68 final Object cachedValue = new Object(); in testGetAllPresent_cached() local