Skip to content

refactor(Cache): Storage_Hashtable accepts modern Horde\HashTable#4

Merged
ralflang merged 2 commits into
FRAMEWORK_6_0from
refactor/migrate-to-modern-hashtable-and-sessions
Jun 9, 2026
Merged

refactor(Cache): Storage_Hashtable accepts modern Horde\HashTable#4
ralflang merged 2 commits into
FRAMEWORK_6_0from
refactor/migrate-to-modern-hashtable-and-sessions

Conversation

@ralflang

@ralflang ralflang commented Jun 9, 2026

Copy link
Copy Markdown
Member

Horde_Cache_Storage_Hashtable now accepts either:

  • a modern Horde\HashTable\HashTable instance (preferred); the storage delegates to Horde\Cache\HashtableStorage for the actual operations, transparently giving consumers phpredis support
  • a legacy Horde_HashTable_Base instance (existing BC path)

Detection is by instanceof at construction. Existing callers are unaffected.

Refs horde/Core#131

@ralflang ralflang merged commit 8989d5c into FRAMEWORK_6_0 Jun 9, 2026
0 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant