Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the incremental cache storage and cache providers extensible. #22619

Closed

Commits on Apr 19, 2021

  1. Make the incremental cache storage and cache providers extensible.

    This will especially allow developers to store pages in object storages like S3 and shared cache like Redis. Thanks to that, all Next instances can share the same cache pool, therefore it increase the overall performances depending on the company infrastructure.
    
    This commit basically changes nothing to the Next.js current features and behaviors. It just allow us to to use plugins to customize that behavior.
    MartinLG-LaFourche committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    a49d0f5 View commit details
    Browse the repository at this point in the history