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
[Frontend][Cache] Include platform information in the key (#6000)
Note: This patch is an upstream version of what we use internally at
Meta with the goal of reducing our internal patches.
This PR adds platform specific information to the caching backend in
order to make sure cached data does not get used incorrectly on a
different platform.
While one may say that on-disk local cache is only for that one machine,
it is not uncommon that these files get transferred between machines
either on purpose or accidental.
0 commit comments