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

Add FileCache driver #1338

Open
wants to merge 1 commit into
base: 2.0
Choose a base branch
from
Open

Add FileCache driver #1338

wants to merge 1 commit into from

Conversation

prennings
Copy link

  • Please check if the PR fulfills these requirements
  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    feature

  • What is the current behavior? (You can also link to an open issue here)
    None, when testing with the bot the default behavior is the ArrayCache. If you want to test conversations there is no way to do this in a simple manner. This cache driver is not to be used for production usage.

  • What is the new behavior (if this is a feature change)?
    Add a simple cache implementation to use for testing reasons with the bot.

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
    None.

  • Other information:
    When creation this cache driver a location for the json files can be specified when constructing this driver.
    When this PR may be excepted I will add the needed documentation :-).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant