mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
15 lines
695 B
Markdown
15 lines
695 B
Markdown
# 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
|