charcoal-cache 0.1.1
Fixed a couple of bugs, introduced in 0.1.0, that affected the instantiation of the main cache pool.
Fixed
- Container entry "cache" ignoring "cache/config.active"
- Container entry "cache" incorrectly merging fallback cache type
(moved responsibility toCacheConfig
)
Added
CacheConfig::defaultTypes()
CacheServiceProvider::registerDrivers()
and moved driver collection entries
Changed
CacheConfig::types()
to merge default cache type with current values- Update
README
sections: Dependencies, Dependents, Development Dependencies