nextcloud-server/lib/private/Memcache
Ferdinand Thiessen b4d19748fa
fix(Memcache): ensure global prefix depends on enabled apps
- ensure the prefix is changed when an app is (dis)enabled
- ensure the app ids are included in the hash instead of only the
  version numbers
- ensure hash is deterministic by always use the same order.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-10-27 16:18:24 +07:00
..
APCu.php refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
ArrayCache.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
CADTrait.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
CASTrait.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Cache.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Factory.php fix(Memcache): ensure global prefix depends on enabled apps 2025-10-27 16:18:24 +07:00
LoggerWrapperCache.php feat: add negative compare-and-delete to imemcache 2024-08-20 19:34:28 +07:00
Memcached.php refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
NullCache.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
ProfilerWrapperCache.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
Redis.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
WithLocalCache.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00