wiki.techinc.nl/includes/objectcache
Aaron Schulz 7523716ebd objectcache: only use memcached "gets" when tokens are needed
This saves a few bytes in the response size and make it easy
for memcached proxies to distinguish key fetches that are part
of check-and-set cycles from those that are not.

MediumSpecificBagOStuff now requires PASS_BY_REF to fetch CAS
tokens. BagOStuff::merge() and WinCacheBagOStuff::doCas() are
the only callers that need this mode.

Bug: T257003
Change-Id: If91963f58adc4cda94f6d634ee0252a479a0fc5e
2020-07-15 00:16:46 +00:00
..
ObjectCache.php objectcache: dependency inject LoadBalancer into SqlBagOStuff 2020-05-18 21:04:17 -07:00
SqlBagOStuff.php objectcache: only use memcached "gets" when tokens are needed 2020-07-15 00:16:46 +00:00