wiki.techinc.nl/includes/objectcache
Aaron Schulz fc3d7ffd04 objectcache: fix TTL_INDEFINITE placeholder DB timestamp
Always use "99991231235959" instead of using either 0x7fffffff
or (1 << 62), depending on the current timestamp. The bit shifted
case always returned false, and thus did not work.

Refactor DB timestamp logic into encodeDbExpiry()/decodeDbExpiry().

Change-Id: Ic78bca1fa0234468c30e17ec603565636348b0de
2021-04-20 20:01:49 +00:00
..
ObjectCache.php Merge "objectcache: remove ObjectCache::detectLocalServerCache() method" 2021-03-08 05:57:14 +00:00
SqlBagOStuff.php objectcache: fix TTL_INDEFINITE placeholder DB timestamp 2021-04-20 20:01:49 +00:00