mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 23:32:40 +01:00
df31405d64
Summary: Ref T13164. See PHI790. Older versions of APCu reported cache keys as "key" from `apcu_cache_info()`. APC and newer APCu report it as "info". Check both indexes for compatibility. Test Plan: - Locally, with newer APCu, saw no behavioral change. - Will double check on `admin`, which has an older APCu with the "key" behavior. - (I hunted this down by dumping `apcu_cache_info()` on `admin` to see what was going on.) Reviewers: amckinley Reviewed By: amckinley Maniphest Tasks: T13164 Differential Revision: https://secure.phabricator.com/D19569 |
||
---|---|---|
.. | ||
__tests__ | ||
garbagecollector | ||
management | ||
purger | ||
spec | ||
storage | ||
PhabricatorCachedClassMapQuery.php | ||
PhabricatorCaches.php | ||
PhabricatorKeyValueDatabaseCache.php | ||
PhabricatorKeyValueSerializingCacheProxy.php |