Searched defs:shouldClearCache (Results 1 – 2 of 2) sorted by relevance
50 {
73 void setShouldClearCache(bool shouldClearCache) { m_shouldClearCache = shouldClearCache; } in setShouldClearCache()74 bool shouldClearCache() const { return m_shouldClearCache; } in shouldClearCache() function