nextcloud-server/lib/private/Memcache
MichaIng 8edcc8142f Fix in locking cache check
The intention obviously was to check whether $lockingCacheClass is defined, and existing class, and available. It was however checked whether the $distributedCacheClass is an existing class, which would have caused an exception already in the previous distributed cache check.

Signed-off-by: MichaIng <micha@dietpi.com>
2021-07-06 17:08:42 +07:00
..
APCu.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +07:00
ArrayCache.php Add visibility to all methods and position of static keyword 2020-04-10 16:51:06 +07:00
CADTrait.php Update license headers 2019-12-05 15:38:45 +07:00
CASTrait.php Update license headers 2019-12-05 15:38:45 +07:00
Cache.php Update license headers 2019-12-05 15:38:45 +07:00
Factory.php Fix in locking cache check 2021-07-06 17:08:42 +07:00
Memcached.php Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
NullCache.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +07:00
Redis.php ensure redis returns bool for hasKey 2021-04-19 23:40:47 +07:00