Skip to content

Releases: byjg/php-cache-engine

Release 5.0.3

24 Dec 04:53
b52b5d7
Compare
Choose a tag to compare

What's Changed

PR: #15

  • Add GarbageCollectorInterface.php
  • Add GarbageCollectorInterface.php
  • Add AtomicOperationInterface.php
  • Allow change prefix in TmpfsCacheEngine.php

Full Changelog: 5.0.2...5.0.3

Release 5.0.2

18 Dec 16:54
cc010ce
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.1...5.0.2

Release 5.0.1

17 Dec 16:04
c25e8a0
Compare
Choose a tag to compare

What's Changed

  • Fix FileSystemCacheEngine::clear() by @byjg in #13

Full Changelog: 5.0.0...5.0.1

Release 5.0.0

27 Oct 21:06
af1c6aa
Compare
Choose a tag to compare

What's Changed

  • New version 5.0 - Php 8.3 by @byjg in #10
  • Strict Types
  • Support all PSR-6 and PSR-16 interfaces

Full Changelog: 4.9.3...5.0.0

Release 4.9.3

27 Aug 20:41
606c28d
Compare
Choose a tag to compare

What's Changed

  • Serialize Object to Array by @byjg in #12

Full Changelog: 4.9.2...4.9.3

Release 4.9.2

30 May 16:47
Compare
Choose a tag to compare

What's Changed

  • Clear underlying PSR-16 cache also by @techhead in #9
  • Update composer.json 4.9 by @byjg in #11

New Contributors

Full Changelog: 4.9.1...4.9.2

Release 4.9.1

04 Jan 02:45
b27df71
Compare
Choose a tag to compare

What's Changed

  • Release 4.9 changes by @byjg in #8

Full Changelog: 4.9.0...4.9.1

Release 4.9.0

21 May 19:17
deec7d0
Compare
Choose a tag to compare
  • Latest release with support for PHP 7.x
  • Fix several incompatibilities with PHP 8.0

Release 4.0.6

02 Feb 03:22
24fe2fc
Compare
Choose a tag to compare

Fix InvalidArgumentException not PSR-4 compliant

Release 4.0.5

18 Nov 05:41
Compare
Choose a tag to compare
  • Check expiresAt and expiresAfter methods.