nextcloud/lib/private/Memcache
Côme Chilliet 32f8ff2445
fix: Remove uses of deprecated service string names
Use the class/interface name instead to avoid logging.
This was breaking in some cases as logging would trigger a deprecation
 warning, resulting in an infinite loop.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2026-06-22 11:19:00 +02:00
..
APCu.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
ArrayCache.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Cache.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
CADTrait.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
CASTrait.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Factory.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
LoggerWrapperCache.php chore: add missing Override attribute to OC 2026-04-28 21:29:27 +02:00
Memcached.php fix: Add a factory for Memcached object instead of a static var 2026-06-02 09:46:17 +02:00
MemcachedFactory.php fix: Add a factory for Memcached object instead of a static var 2026-06-02 09:46:17 +02:00
NullCache.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
ProfilerWrapperCache.php chore: add missing Override attribute to OC 2026-04-28 21:29:27 +02:00
Redis.php fix: Remove uses of deprecated service string names 2026-06-22 11:19:00 +02:00
WithLocalCache.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00