nextcloud-server/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 Fix in locking cache check 2021-07-05 23:11:13 +02:00
Memcached.php Migrate HintException to OCP 2021-06-30 15:28:02 -04:00
NullCache.php
Redis.php