Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Cache Laravel Package

symfony/cache

Symfony Cache provides fast, low-overhead PSR-6 caching with adapters for common backends. Includes a PSR-16 bridge plus CacheInterface and TagAwareCacheInterface implementations via symfony/cache-contracts for flexible app caching.

View on GitHub
Deep Wiki
Context7
v8.0.8

Changelog (https://github.com/symfony/cache/compare/v8.0.7...v8.0.8)

  • bug #63818 Ensure compatibility with Relay extension 0.21.0 (@lyrixx)
  • bug #63747 Fix Psr16Cache::getMultiple() returning ValueWrapper with TagAwareAdapter (@pcescon)
  • bug #63736 Fix undefined array key when tag save fails in AbstractTagAwareAdapter (@pcescon)
  • bug #63655 Fix ChainAdapter ignoring item expiry when propagating to earlier adapters (@guillaumeVDP)
v7.4.8

Changelog (https://github.com/symfony/cache/compare/v7.4.7...v7.4.8)

  • bug #63818 Ensure compatibility with Relay extension 0.21.0 (@lyrixx)
  • bug #63747 Fix Psr16Cache::getMultiple() returning ValueWrapper with TagAwareAdapter (@pcescon)
  • bug #63736 Fix undefined array key when tag save fails in AbstractTagAwareAdapter (@pcescon)
  • bug #63655 Fix ChainAdapter ignoring item expiry when propagating to earlier adapters (@guillaumeVDP)
v6.4.36

Changelog (https://github.com/symfony/cache/compare/v6.4.35...v6.4.36)

  • bug #63818 Ensure compatibility with Relay extension 0.21.0 (@lyrixx)
  • bug #63747 Fix Psr16Cache::getMultiple() returning ValueWrapper with TagAwareAdapter (@pcescon)
  • bug #63736 Fix undefined array key when tag save fails in AbstractTagAwareAdapter (@pcescon)
  • bug #63655 Fix ChainAdapter ignoring item expiry when propagating to earlier adapters (@guillaumeVDP)
v8.0.7

Changelog (https://github.com/symfony/cache/compare/v8.0.6...v8.0.7)

  • bug #63592 Add timeout and slot eviction to LockRegistry stampede prevention (@nicolas-grekas)
v7.4.7

Changelog (https://github.com/symfony/cache/compare/v7.4.6...v7.4.7)

  • bug #63592 Add timeout and slot eviction to LockRegistry stampede prevention (@nicolas-grekas)
v6.4.35

Changelog (https://github.com/symfony/cache/compare/v6.4.34...v6.4.35)

  • bug #63592 Add timeout and slot eviction to LockRegistry stampede prevention (@nicolas-grekas)
v8.0.6

Changelog (https://github.com/symfony/cache/compare/v8.0.5...v8.0.6)

  • bug #63437 Wrap DoctrineDbalAdapter::doSave() in savepoint to prevent transaction poisoning (@lacatoire)
  • bug #63391 Align Redis sentinel auth handling across components (@nicolas-grekas)
  • bug #63324 Fix DSN auth not passed to Redis/RedisCluster/Relay in RedisTrait (@ckrack)
  • bug #63306 Revert "Fix DSN auth not passed to clusters in RedisTrait" (@nicolas-grekas)
  • bug #63272 Fix forwarding SSL settings to the redis sentinel (@CientistaDaWeb)
  • bug #63230 fix engine declaration on mysql pdo table creations (@tandev)
v7.4.6

Changelog (https://github.com/symfony/cache/compare/v7.4.5...v7.4.6)

  • bug #63437 Wrap DoctrineDbalAdapter::doSave() in savepoint to prevent transaction poisoning (@lacatoire)
  • bug #63391 Align Redis sentinel auth handling across components (@nicolas-grekas)
  • bug #63324 Fix DSN auth not passed to Redis/RedisCluster/Relay in RedisTrait (@ckrack)
  • bug #63306 Revert "Fix DSN auth not passed to clusters in RedisTrait" (@nicolas-grekas)
  • bug #63272 Fix forwarding SSL settings to the redis sentinel (@CientistaDaWeb)
  • bug #63230 fix engine declaration on mysql pdo table creations (@tandev)
v6.4.34

Changelog (https://github.com/symfony/cache/compare/v6.4.33...v6.4.34)

  • bug #63437 Wrap DoctrineDbalAdapter::doSave() in savepoint to prevent transaction poisoning (@lacatoire)
  • bug #63324 Fix DSN auth not passed to Redis/RedisCluster/Relay in RedisTrait (@ckrack)
  • bug #63306 Revert "Fix DSN auth not passed to clusters in RedisTrait" (@nicolas-grekas)
  • bug #63272 Fix forwarding SSL settings to the redis sentinel (@CientistaDaWeb)
  • bug #63230 fix engine declaration on mysql pdo table creations (@tandev)
v8.0.5

Changelog (https://github.com/symfony/cache/compare/v8.0.4...v8.0.5)

  • bug #63137 Fix PdoSessionHandler charset-collation mismatch with the Doctrine DBAL (@samy-mahmoudi)
v7.4.5

Changelog (https://github.com/symfony/cache/compare/v7.4.4...v7.4.5)

  • bug #63137 Fix PdoSessionHandler charset-collation mismatch with the Doctrine DBAL (@samy-mahmoudi)
v7.3.11

Changelog (https://github.com/symfony/cache/compare/v7.3.10...v7.3.11)

  • bug #63137 Fix PdoSessionHandler charset-collation mismatch with the Doctrine DBAL (@samy-mahmoudi)
v6.4.33

Changelog (https://github.com/symfony/cache/compare/v6.4.32...v6.4.33)

  • bug #63137 Fix PdoSessionHandler charset-collation mismatch with the Doctrine DBAL (@samy-mahmoudi)
v8.0.4

Changelog (https://github.com/symfony/cache/compare/v8.0.3...v8.0.4)

  • bug #62852 Fix DSN auth not passed to clusters in RedisTrait (@wikando-ck)
v7.4.4

Changelog (https://github.com/symfony/cache/compare/v7.4.3...v7.4.4)

  • bug #62852 Fix DSN auth not passed to clusters in RedisTrait (@wikando-ck)
v7.3.10

Changelog (https://github.com/symfony/cache/compare/v7.3.9...v7.3.10)

  • bug #62852 Fix DSN auth not passed to clusters in RedisTrait (@wikando-ck)
v6.4.32

Changelog (https://github.com/symfony/cache/compare/v6.4.31...v6.4.32)

  • bug #62852 Fix DSN auth not passed to clusters in RedisTrait (@wikando-ck)
v8.0.3

Changelog (https://github.com/symfony/cache/compare/v8.0.2...v8.0.3)

  • bug symfony/symfony#62873 [Cache] Fix namespace of chained pools when using another chain as template (@nicolas-grekas)
  • bug symfony/symfony#62840 [Cache] Fix stampede protection when forcing item recomputation (@nicolas-grekas)
  • bug symfony/symfony#62490 [FrameworkBundle] Fix cache:pool:prune exit code on failure (@yoeunes)
  • bug symfony/symfony#62793 [Cache] Fix calling the callback wrapper for ChainAdapter (@nicolas-grekas)
  • bug symfony/symfony#62799 [Cache][HttpFoundation] Fix VARBINARY columns on sqlsrv (@nicolas-grekas)
v7.4.3

Changelog (https://github.com/symfony/cache/compare/v7.4.2...v7.4.3)

  • bug symfony/symfony#62873 [Cache] Fix namespace of chained pools when using another chain as template (@nicolas-grekas)
  • bug symfony/symfony#62840 [Cache] Fix stampede protection when forcing item recomputation (@nicolas-grekas)
  • bug symfony/symfony#62490 [FrameworkBundle] Fix cache:pool:prune exit code on failure (@yoeunes)
  • bug symfony/symfony#62793 [Cache] Fix calling the callback wrapper for ChainAdapter (@nicolas-grekas)
  • bug symfony/symfony#62799 [Cache][HttpFoundation] Fix VARBINARY columns on sqlsrv (@nicolas-grekas)
v7.3.9

Changelog (https://github.com/symfony/cache/compare/v7.3.8...v7.3.9)

  • bug symfony/symfony#62873 [Cache] Fix namespace of chained pools when using another chain as template (@nicolas-grekas)
  • bug symfony/symfony#62840 [Cache] Fix stampede protection when forcing item recomputation (@nicolas-grekas)
  • bug symfony/symfony#62490 [FrameworkBundle] Fix cache:pool:prune exit code on failure (@yoeunes)
  • bug symfony/symfony#62793 [Cache] Fix calling the callback wrapper for ChainAdapter (@nicolas-grekas)
  • bug symfony/symfony#62799 [Cache][HttpFoundation] Fix VARBINARY columns on sqlsrv (@nicolas-grekas)
v6.4.31

Changelog (https://github.com/symfony/cache/compare/v6.4.30...v6.4.31)

  • bug symfony/symfony#62873 [Cache] Fix namespace of chained pools when using another chain as template (@nicolas-grekas)
  • bug symfony/symfony#62840 [Cache] Fix stampede protection when forcing item recomputation (@nicolas-grekas)
  • bug symfony/symfony#62490 [FrameworkBundle] Fix cache:pool:prune exit code on failure (@yoeunes)
  • bug symfony/symfony#62793 [Cache] Fix calling the callback wrapper for ChainAdapter (@nicolas-grekas)
  • bug symfony/symfony#62799 [Cache][HttpFoundation] Fix VARBINARY columns on sqlsrv (@nicolas-grekas)
v8.0.1

Changelog (https://github.com/symfony/cache/compare/v8.0.0...v8.0.1)

  • bug symfony/symfony#62614 [Cache] Fix NullAdapter must set taggable (@a.dmitryuk)
  • bug symfony/symfony#62602 [Cache] Fix the creation of a redis connection with only ext-relay (@stof)
  • bug symfony/symfony#62543 [Cache] ensure compatibility with RelayCluster 0.20.0 (@xabbuh)
  • bug symfony/symfony#62536 [Cache] ensure compatibility with Relay extension 0.20.0 (@xabbuh)
v7.4.1

Changelog (https://github.com/symfony/cache/compare/v7.4.0...v7.4.1)

  • bug symfony/symfony#62614 [Cache] Fix NullAdapter must set taggable (@a.dmitryuk)
  • bug symfony/symfony#62602 [Cache] Fix the creation of a redis connection with only ext-relay (@stof)
  • bug symfony/symfony#62543 [Cache] ensure compatibility with RelayCluster 0.20.0 (@xabbuh)
  • bug symfony/symfony#62536 [Cache] ensure compatibility with Relay extension 0.20.0 (@xabbuh)
v7.3.8

Changelog (https://github.com/symfony/cache/compare/v7.3.7...v7.3.8)

  • bug symfony/symfony#62602 [Cache] Fix the creation of a redis connection with only ext-relay (@stof)
  • bug symfony/symfony#62543 [Cache] ensure compatibility with RelayCluster 0.20.0 (@xabbuh)
  • bug symfony/symfony#62536 [Cache] ensure compatibility with Relay extension 0.20.0 (@xabbuh)
  • bug symfony/symfony#62398 [Cache] Fix accepting named closures as early-expiration callbacks (@nicolas-grekas)
  • bug symfony/symfony#62372 [Cache] Recognize saveDeferred events as writes in CacheDataCollector (@yitznewton)
  • bug symfony/symfony#62286 [Cache] compatibility with ext-redis 6.3 (@xabbuh)
v6.4.30

Changelog (https://github.com/symfony/cache/compare/v6.4.29...v6.4.30)

  • bug symfony/symfony#62602 [Cache] Fix the creation of a redis connection with only ext-relay (@stof)
  • bug symfony/symfony#62536 [Cache] ensure compatibility with Relay extension 0.20.0 (@xabbuh)
  • bug symfony/symfony#62398 [Cache] Fix accepting named closures as early-expiration callbacks (@nicolas-grekas)
  • bug symfony/symfony#62372 [Cache] Recognize saveDeferred events as writes in CacheDataCollector (@yitznewton)
  • bug symfony/symfony#62286 [Cache] compatibility with ext-redis 6.3 (@xabbuh)
v7.4.0
v8.0.0
v8.0.0-RC2

Changelog (https://github.com/symfony/cache/compare/v8.0.0-RC1...v8.0.0-RC2)

  • bug symfony/symfony#62398 [Cache] Fix accepting named closures as early-expiration callbacks (@nicolas-grekas)
v7.4.0-RC2

Changelog (https://github.com/symfony/cache/compare/v7.4.0-RC1...v7.4.0-RC2)

  • bug symfony/symfony#62398 [Cache] Fix accepting named closures as early-expiration callbacks (@nicolas-grekas)
v8.0.0-RC1

Changelog (https://github.com/symfony/cache/compare/v8.0.0-BETA2...v8.0.0-RC1)

  • bug symfony/symfony#62286 [Cache] compatibility with ext-redis 6.3 (@xabbuh)
  • feature symfony/symfony#62326 [Cache][Messenger] re-allow ext-redis 6.1 (@xabbuh)
v7.4.0-RC1

Changelog (https://github.com/symfony/cache/compare/v7.4.0-BETA2...v7.4.0-RC1)

  • bug symfony/symfony#62286 [Cache] compatibility with ext-redis 6.3 (@xabbuh)
  • feature symfony/symfony#62326 [Cache][Messenger] re-allow ext-redis 6.1 (@xabbuh)
v7.3.6

Changelog (https://github.com/symfony/cache/compare/v7.3.5...v7.3.6)

  • bug symfony/symfony#62222 [Cache] fix ext-redis 6.2.0 compatibility (@xabbuh)
v6.4.28

Changelog (https://github.com/symfony/cache/compare/v6.4.27...v6.4.28)

  • bug symfony/symfony#62222 [Cache] fix ext-redis 6.2.0 compatibility (@xabbuh)
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport