nextcloud/lib/private/Memcache
MichaIng e5fe200076 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:02:52 +00:00
..
APCu.php Update php licenses 2021-06-04 22:02:41 +02:00
ArrayCache.php Update php licenses 2021-06-04 22:02:41 +02:00
Cache.php Update php licenses 2021-06-04 22:02:41 +02:00
CADTrait.php Update php licenses 2021-06-04 22:02:41 +02:00
CASTrait.php Update php licenses 2021-06-04 22:02:41 +02:00
Factory.php Fix in locking cache check 2021-07-06 17:02:52 +00:00
Memcached.php Update php licenses 2021-06-04 22:02:41 +02:00
NullCache.php Update php licenses 2021-06-04 22:02:41 +02:00
Redis.php Update php licenses 2021-06-04 22:02:41 +02:00