beste/in-memory-cache
A PSR-6 In-Memory cache that can be used as a fallback implementation and/or in tests.
1.6.0
18M downloads/mo
#558 most downloaded on Packagist
beste/in-memory-cache-php
What this package is like to depend on
Last release 3 days ago
20 Aug 2026
Release timing varies
gaps range from 9 days to 13 months
Nearly every release is documented
notes for 8 of 8 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
8 releases · first in 2023
3 releases in the last 12 months
see the full history below
Release timeline
8 releases · Dec 2023 to Aug 2026Releases
latest 8-
1.6.020 Aug 2026 -
1.5.027 Apr 2026 -
1.4.029 Sep 2025 -
1.3.126 Aug 2024Release notes
Open source →Made clock argument of
InMemoryCacheconstructor explicitly nullable (#4)Release notes
Open source →- Made clock argument of
InMemoryCacheconstructor explicitly nullable (#4)
- Made clock argument of
-
1.3.016 Aug 2024 -
1.2.026 Jul 2024Release notes
Open source →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.
Release notes
Open source →- 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.
- Dashes (
- Dashes (
-
1.1.001 Mar 2024Release notes
Open source →- The Cache can now be instantiated without providing a PSR-20 clock implementation.
- The library doesn't depend on the
beste/clocklibrary anymore.
Release notes
Open source →- The Cache can now be instantiated without providing a PSR-20 clock implementation.
- The library doesn't depend on the
beste/clocklibrary anymore.
-
1.0.008 Dec 2023