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
ArrayCache.php
CADTrait.php
CASTrait.php
Cache.php
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