Skip to content

Releases: beste/in-memory-cache-php

1.3.1

26 Aug 15:52
1.3.1
f8299ad
Compare
Choose a tag to compare

Made clock argument of InMemoryCache constructor explicitly nullable (#4)

1.3.0

16 Aug 22:51
1.3.0
7ea551d
Compare
Choose a tag to compare

Added support for PHP 8.4

1.2.0

26 Jul 22:13
1.2.0
6c59a01
Compare
Choose a tag to compare

The PSR-6 definition on what makes a valid cache key, it is said that keys must support keys consisting of the characters A-Z, a-z, 0-9, _, and . in any order in UTF-8 encoding and a length of up to 64 characters. Implementing libraries MAY support additional characters and encodings or longer lengths, but must support at least that minimum.

  • Dashes (-) are now allowed in cache keys.
  • The arbitrary maximum key length of 64 characters has been removed.

1.1.0

01 Mar 23:50
1.1.0
f2d504b
Compare
Choose a tag to compare
  • The Cache can now be instantiated without providing a PSR-20 clock implementation.
  • The library doesn't depend on the beste/clock library anymore.

1.0.0

08 Dec 23:12
1.0.0
fe21aa0
Compare
Choose a tag to compare

Initial Release