Cache 1.4.1 Released

Posted on April 15, 2015 by Marco Pivetta


We are happy to announce the immediate availability of Doctrine Cache 1.4.1.

This release fixes a series of bugs related with null, false or truncated data in the SQLite3 and Memcache adapters (#62, #65, #67).

Improvements have been made to reduce the SQLite3 cache adapter memory usage (#64).

If you use an opcode cache such as OPCache (available since PHP 5.5), you will get major performance improvements in read operations in the PhpFileCache, which shouldn't cause any stat calls at all now (#69).

Multi-get support was built into the Redis adapter (#60).

A new VoidCache adapter has been introduced - useful for testing (#61).

You can find the complete changelog for this release in the release notes.

You can install the Cache component using Composer and the following composer.json contents:

{
    "require": {
        "doctrine/cache": "1.4.1"
    }
}

Please report any issues you may have with the update on the mailing list or on Jira.