Skip to content

charcoal-cache 0.1.1

Compare
Choose a tag to compare
@mcaskill mcaskill released this 11 May 20:58
· 26 commits to master since this release

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 to CacheConfig)

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