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

implement custom cache handler logic #606

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Jan 22, 2024

  1. implement custom cache handler logic

    this includes:
     - refactoring existing logic so that it uses the incrementalCache class
       concept that Next.js also uses (so that we alight the two implementations)
     - reading the user next.config.(m)js file and create a custom cache
       handler and collecting the cache handler referenced in the
       incrementalCacheHandlerPath config
     - building the custom cache handler instead of the built-in ones in case one was
       indeed provided by the user
    dario-piotrowicz committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    066dcc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a539601 View commit details
    Browse the repository at this point in the history
  3. update caching doc

    dario-piotrowicz committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    4828126 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfdc265 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ede3739 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e629dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    689bad8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de839e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    dc6770c View commit details
    Browse the repository at this point in the history