wiki.techinc.nl/includes/libs/objectcache/utils
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
..
ExpirationAwareness.php
IExpiringStore.php
MemcachedClient.php objectcache: only use memcached "gets" when tokens are needed 2020-07-15 00:16:46 +00:00
StorageAwareness.php