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
Invalidate cache via policy extra instead of wiping directory
Using CachePolicy(extra={'cache_generation': ...}) keys the cache, so
bumping it leaves old entries on disk but unreachable — eventually
evicted by the 50GB soft-cap mtime pass. Avoids churning the whole
directory and is friendlier if multiple branches share the cache.
0 commit comments