Urgent.News

What's breaking now, across thousands of outlets.

More in Tech

Designing Cache Boundaries with Jeston's ResponseCache and DataCache

Caching is safest when its scope is explicit. Jeston separates process-local response caching from application data caching and makes private data require a variation key.

  • Jeston separates response caching from data caching into distinct mechanisms
  • ResponseCache supports TTL, fresh reads, stale-while-revalidate, and more
  • DataCache scope defined via createDataCache function with request/public/private options

More from Thursday 10 September →