Add @see for SO link

2022.09-rc
Philipp Holzer 2019-08-15 16:24:11 +02:00
rodzic d95457cf61
commit 689a2145f6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: D8365C3D36B77D90
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -94,6 +94,7 @@ class MemcachedCache extends Cache implements IMemoryCache
* Special function because getAllKeys() is broken since memcached 1.4.23.
*
* cleaned up version of code found on Stackoverflow.com by Maduka Jayalath
* @see https://stackoverflow.com/a/34724821
*
* @return array|int - all retrieved keys (or negative number on error)
*/