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

feat: Support useCache option. #2212

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

Commits on Aug 2, 2023

  1. Provide useCache configuration option.

    yarrow.love committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    954cd3f View commit details
    Browse the repository at this point in the history
  2. Improve comments.

    yarrow.love committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    567bcdd View commit details
    Browse the repository at this point in the history
  3. Update docs.

    yarrow.love committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    0ef369d View commit details
    Browse the repository at this point in the history
  4. Simplify variable naming.

    yarrow.love committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    c5bb3f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Rename 'useCache' to 'buildCache'

     - when 'buildCache' is true, uses fs driver for cache
     - when 'buildCache' is false, uses memory driver for cache
    yarrow.love committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    bc7c7d9 View commit details
    Browse the repository at this point in the history