You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
695 B
14 lines
695 B
# Doctrine Cache
|
|
|
|
Master: [![Build Status](https://secure.travis-ci.org/doctrine/cache.png?branch=master)](http://travis-ci.org/doctrine/cache) [![Coverage Status](https://coveralls.io/repos/doctrine/cache/badge.png?branch=master)](https://coveralls.io/r/doctrine/cache?branch=master)
|
|
|
|
[![Latest Stable Version](https://poser.pugx.org/doctrine/cache/v/stable.png)](https://packagist.org/packages/doctrine/cache) [![Total Downloads](https://poser.pugx.org/doctrine/cache/downloads.png)](https://packagist.org/packages/doctrine/cache)
|
|
|
|
Cache component extracted from the Doctrine Common project.
|
|
|
|
## Changelog
|
|
|
|
### v1.2
|
|
|
|
* Added support for MongoDB as Cache Provider
|
|
* Fix namespace version reset
|
|
|