Slide 5
Slide 5 text
4. Dynamic Prediction
cache static path
POST /books/list
This is static path
Routing with built matcher and cache the results
const results = matcher(“POST”, “/books/list”, ...)
// [/books/*, /books/list]
cache(“POST”, “/books/list”, results)