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
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
Redis.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
WithLocalCache.php