-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
turn off caching, even for bento boxes
+ 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]>
- Loading branch information
Showing
2 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters