Skip to content

Releases: DerManoMann/acache

2.0.2

03 Dec 19:38
21c5c32
Compare
Choose a tag to compare
  • Disable remaining chxxx() warnings in FilesystemCache

2.0.1: Spring cleanup (#49)

20 Sep 21:13
e8d5e7c
Compare
Choose a tag to compare
  • Bump requirements to PHP 5.6
  • Update deps
  • Add travis test matrix

1.3.2

09 Aug 23:03
Compare
Choose a tag to compare
  • fix expiry related tests
  • fix APC being reported unavailable with PHP7 [#47]

v1.3.1

12 Dec 00:33
Compare
Choose a tag to compare
  • Saving expired (lifeTime < 0) should behave like delete [#39]
  • Fix ApcCache::flush() in hhvm [#41]
  • Fix invalid offset warning in MultiLevelCace when stripping unavailable cache from stack [#45]

v1.3.0: Merge pull request #37 from DerManoMann/soft_flush

07 Mar 00:39
Compare
Choose a tag to compare

Improved FilesystemCache:

  • permissions
  • deletion of directories

PSR-6 improvements

11 Jan 03:59
Compare
Choose a tag to compare
  • PSR-6 decorators now pass all 'cache/integration-tests' tests
  • ArrayCache now supports shared storage across instances in the same process to make it PSR-6 compliant

psr-6

14 Dec 03:43
Compare
Choose a tag to compare

Added support for psr-6 - caching.

Logger support

23 Oct 04:24
Compare
Choose a tag to compare
  • cleaned up multi level cache stack validation
  • logger support for MultiLevelCache

Apc GC refactoring

28 Aug 00:15
Compare
Choose a tag to compare

The Apc cache GC code has been split off into a separate class.

Maintenance and cleanup

20 Jul 23:55
Compare
Choose a tag to compare

This version breaks BC in two ways:

  • The save method arguments changed to bring them in line with all the other methods.
  • All code moved into Radebatz\ACache

There is also a new decorator to decorate cache instances as Doctrine Cache instances and also a new NullCache implementation.

Autoloading now uses psr-4.