Skip to content

Tags: amphp/cache

Tags

Verified

This tag was signed with the committer’s verified signature.
trowski Aaron Piotrowski

Verified

This tag was signed with the committer’s verified signature.
kelunik Niklas Keller

Verified

This tag was signed with the committer’s verified signature.
kelunik Niklas Keller

Verified

This tag was signed with the committer’s verified signature.
trowski Aaron Piotrowski

v2.0.0-beta.3

Toggle v2.0.0-beta.3's commit message

Verified

This tag was signed with the committer’s verified signature.
kelunik Niklas Keller
v2.0.0-beta.3

 - Add compatibility with Revolt v1.x
 - Require PHP 8.1

v2.0.0-beta.2

Toggle v2.0.0-beta.2's commit message

Verified

This tag was signed with the committer’s verified signature.
kelunik Niklas Keller
v2.0.0-beta.2

 - Update to `revolt/event-loop` 0.2.x (#19)

v2.0.0-beta.1

Toggle v2.0.0-beta.1's commit message

Verified

This tag was signed with the committer’s verified signature.
kelunik Niklas Keller
v2.0.0-beta.1

 - Renamed `ArrayCache` to `LocalCache`, swapping the constructor argument order
 - Support arbitrary values in `LocalCache`, `NullCache`, and `PrefixCache`
 - Changed `Cache` to support arbitrary values
 - Introduced separate `StringCache` interface for caching only strings
 - Added `StringCacheAdapter` to use any `Cache` in place of a `StringCache`
 - Removed `FileCache` (will be available in `amphp/file` instead)

v1.5.0

Toggle v1.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
kelunik Niklas Keller
v1.5.0

 - Add support for `amphp/file` v2

v1.4.0

Toggle v1.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
kelunik Niklas Keller
v1.4.0

 - Added SerializedCache (#11)
 - Added AtomicCache (#8)
 - Fixed FileCache::set() return value (#10)

v1.3.0

Toggle v1.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
kelunik Niklas Keller
v1.3.0

 - Added `FileCache` (#7)
 - Removed PHP 7.0 support