nextcloud/lib/private/Memcache
MichaIng 0304eea58d
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-05 23:11:13 +02:00
..
APCu.php
ArrayCache.php
Cache.php
CADTrait.php
CASTrait.php
Factory.php
Memcached.php
NullCache.php
Redis.php