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

turn off caching, even for bento boxes #313

Merged
merged 1 commit into from
Jul 25, 2017

Conversation

robbkidd
Copy link
Contributor

  • moved the setting of the default values for cache_directory up to the
    default_config declaration section

  • added fast fail to enable_cache? for when a config declares the
    cache_directory to be false per the documentation

  • simplified the cache_directory getter to return the cache_directory
    only if enable_cache? criteria are met

  • some specs updated that expect to be caching, but did not meet
    enable_cache? criteria (using a bento)

Fixes #307

+ moved the setting of the default values for cache_directory up to the
  default_config declaration section
+ added fast fail to `enable_cache?` for when a config declares the
  cache_directory to be false per the documentation
+ simplified the cache_directory getter to return the cache_directory
  only if `enable_cache?` criteria are met

+ some specs updated that expect to be caching, but did not meet
  `enable_cache?` criteria (using a bento)

Signed-off-by: Robb Kidd <[email protected]>
@robbkidd robbkidd force-pushed the robb/fix-turning-off-caching-with-bentos branch from 04f1f64 to 629691e Compare July 24, 2017 21:26
@cheeseplus cheeseplus merged commit 027b98c into master Jul 25, 2017
@robbkidd robbkidd deleted the robb/fix-turning-off-caching-with-bentos branch July 25, 2017 20:09
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.

3 participants