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
{{ message }}
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.
In D8 and above the cache handling is much improved and there is no need to have a shotgun approach to clear the entire cache like is offered in Og::invalidateCache(). We should deprecate this method so that it can be removed in the next major version.
Any calls to this method inside OG should be removed. If any test failures should occur then this means we are missing some cache dependencies. These can be solved in separate issues which can block this issue.
The text was updated successfully, but these errors were encountered:
In D8 and above the cache handling is much improved and there is no need to have a shotgun approach to clear the entire cache like is offered in
Og::invalidateCache()
. We should deprecate this method so that it can be removed in the next major version.Any calls to this method inside OG should be removed. If any test failures should occur then this means we are missing some cache dependencies. These can be solved in separate issues which can block this issue.
The text was updated successfully, but these errors were encountered: