Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: iggyvolz/cache

Tags

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 (amphp#11)
 - Added AtomicCache (amphp#8)
 - Fixed FileCache::set() return value (amphp#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` (amphp#7)
 - Removed PHP 7.0 support

v1.2.1

Toggle v1.2.1's commit message

Verified

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

 - **No library logic changes in comparison to v1.2.0**
 - Improved `dist` archive size slightly by improving `.gitattributes`
 - Changed code style to PSR-2
 - Upgraded PHPUnit

v1.2.0

Toggle v1.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
kelunik Niklas Keller
 - Added `$maxSize` option for `ArrayCache`.

v1.1.0

Toggle v1.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
kelunik Niklas Keller
 - Add `NullCache`.

v1.0.0

Toggle v1.0.0's commit message

Verified

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

v0.1.0

Toggle v0.1.0's commit message
Fix tests for PHP 5