Skip to content

Tags: php-cache/array-adapter

Tags

3.0.0

Toggle 3.0.0's commit message
feat(cache)!: make tag invalidation race-safe

store tag generations across adapters and expire Redis tag indexes.

BREAKING CHANGE: cache formats, Filesystem paths, Memcached options, and Taggable subclass APIs changed.

2.0.3

Toggle 2.0.3's commit message
fix(composer): allow psr/simple-cache 2

2.0.2

Toggle 2.0.2's commit message
style: enforce symfony 2025 rules

2.0.1

Toggle 2.0.1's commit message
test: remove void from test methods

keep Symfony-style test signatures and prevent the fixer from
restoring native void declarations.

2.0.0

Toggle 2.0.0's commit message
feat!: require PHP 8.2 and PSR cache 3

modernize adapters, decorators, tests, and release tooling.

BREAKING CHANGE: require PHP 8.2, psr/cache 3, and psr/simple-cache 3.

1.2.0

Toggle 1.2.0's commit message
Prepare new releases (#259)

1.1.0

Toggle 1.1.0's commit message
Added changelogs for new versions (#248)

* Added changelogs for new versions

* Added changelog for adapter-common

* Added more changelogs

1.0.1

Toggle 1.0.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase …

…(#202)

1.0.0

Toggle 1.0.0's commit message
Adding changelog and gitattributes

0.5.0

Toggle 0.5.0's commit message
Updated changelog and alias for adapters (#144)