Skip to content

Cache invalidation

Sebastiaan Deckers requested to merge cache-invalidation into master

File Watching

  • Master process watches files and announces using process.send() IPC.
  • Each worker manages its own caches.

Dependency Cache

  • Completely iInvalidated on any file change.

Encoded Content Cache

  • Atomic invalidation of individual files.
  • Always invalidate all encodings of a given file.

Bug Fixes and Error Handling

  • Fixed some crashes with missing dependency files and fallbacks.
  • Improved stream reset handling and more correct logging of pushed assets.

Merge request reports