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 +07:00
..
APCu.php Update php licenses 2021-06-04 22:02:41 +07:00
ArrayCache.php Update php licenses 2021-06-04 22:02:41 +07:00
CADTrait.php Update php licenses 2021-06-04 22:02:41 +07:00
CASTrait.php Update php licenses 2021-06-04 22:02:41 +07:00
Cache.php Update php licenses 2021-06-04 22:02:41 +07:00
Factory.php Fix in locking cache check 2021-07-05 23:11:13 +07:00
Memcached.php Migrate HintException to OCP 2021-06-30 15:28:02 +07:00
NullCache.php Update php licenses 2021-06-04 22:02:41 +07:00
Redis.php Update php licenses 2021-06-04 22:02:41 +07:00