Skip to content

Default cache for unchanged input trees. #1

@rwjblue

Description

@rwjblue

I have created a caching writer implementation over at rjackson/broccoli-caching-writer. It is very simple, and just compares the hash of the input tree to the last known hash, and if different calls the updateCache method. This clearly isn't the absolute best possible scenario, but it is better than no caching at all, and may be the only generic solution that we can come up with.

I would love to update this repo to use the same technique (since I see no downsides). Would you accept a PR for this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions