You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: prevent cache deletion during Registry::load()
The Registry::load() method was incorrectly calling clear() which deleted
the cache before attempting to read from it, making caching completely
ineffective. Modified clear() to accept an optional $includeCache parameter
(default: true) to maintain backward compatibility while allowing load() to
clear only local elements without destroying the cache.
0 commit comments