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
because we never check that the on disk file matches what we serve, it's possible to poison caches. it would be better to hit the disk (and let OS caching come into play) than do what we do right now. apps using cachify can apply a caching proxy or serve as origin servers for CDN to achieve performance.
because we never check that the on disk file matches what we serve, it's possible to poison caches. it would be better to hit the disk (and let OS caching come into play) than do what we do right now. apps using cachify can apply a caching proxy or serve as origin servers for CDN to achieve performance.