diff --git a/src/applications/people/storage/PhabricatorUserCache.php b/src/applications/people/storage/PhabricatorUserCache.php --- a/src/applications/people/storage/PhabricatorUserCache.php +++ b/src/applications/people/storage/PhabricatorUserCache.php @@ -32,11 +32,6 @@ ) + parent::getConfiguration(); } - public function save() { - $this->cacheIndex = Filesystem::digestForIndex($this->getCacheKey()); - return parent::save(); - } - public static function writeCache( PhabricatorUserCacheType $type, $key,