-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed: - Accidentally ignored "cache/config.active" when building the main cache pool - Merge of default cache type with "cache/config.types" Added: - Public method `CacheConfig::defaultTypes()` - Protected constant `CacheConfig::DEFAULT_TYPES` Changed: - `CacheConfig::types()` to merge default cache type with current values - `CacheConfigTest` to test new `::defaultTypes()` method and new behaviour on `::types()` - `CacheServiceProviderTest::provideConfigsForMainDriver()` to simplify test cases - README to mention default cache type from "cache/config" settings Amends: 01736ae
- Loading branch information
Showing
5 changed files
with
55 additions
and
26 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
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
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