Searched defs:staleCopyInCache (Results 1 – 2 of 2) sorted by relevance
77 void setStaleCopyInCache(bool staleCopyInCache) { m_staleCopyInCache = staleCopyInCache; } in setStaleCopyInCache()78 bool staleCopyInCache() const { return m_staleCopyInCache; } in staleCopyInCache() function
57 bool staleCopyInCache; member