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
* @deprecated Cache storage is selected automatically: file cache locally, in-memory cache in CI, where the ephemeral workspace makes writing a cache that is never re-read wasted IO. The passed value is ignored.
* @deprecated Niche mechanism, no longer applied. Let Rector handle cache on its own. If custom invalidation is needed, handle it in CI in a more generic way, e.g. by clearing the cache directory.
@@ -523,6 +550,7 @@ public function withCache(?string $cacheDirectory = null, ?string $cacheClass =
523
550
/**
524
551
* @param class-string $cacheMetaExtensionClass
525
552
* @deprecated Niche mechanism, no longer applied. Let Rector handle cache on its own.
553
+
* @deprecated Niche mechanism, no longer applied. Let Rector handle cache on its own. If custom invalidation is needed, handle it in CI in a more generic way, e.g. by clearing the cache directory.
0 commit comments