Quote:
Originally Posted by lerxst2112
Yes, changing a qglobal writes to the database, but reads are cached, and it's likely that reads are more common than writes.
|
Reads are not cached if I understand the code correctly. They are read out of the DB every single time. See Parser::Event.
Also see any references to QGlobalCache::GetBucket - That is never used for anything other than 'combining'.