Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doctrine/cache
Doctrine Cache component
https://github.com/doctrine/cache
Last synced: 3 days ago
JSON representation
Doctrine Cache component
- Host: GitHub
- URL: https://github.com/doctrine/cache
- Owner: doctrine
- License: mit
- Created: 2013-01-10T22:37:43.000Z (almost 12 years ago)
- Default Branch: 2.2.x
- Last Pushed: 2024-09-04T11:46:39.000Z (3 months ago)
- Last Synced: 2024-10-29T19:15:13.739Z (about 1 month ago)
- Language: PHP
- Homepage: https://www.doctrine-project.org/projects/cache.html
- Size: 899 KB
- Stars: 7,846
- Watchers: 44
- Forks: 214
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-php - Doctrine Cache - A caching library. (Table of Contents / Caching and Locking)
- awesome-php-cn - Doctrine Cache - 缓存库. (目录 / 缓存和锁定 Caching and Locking)
- awesome-projects - Doctrine Cache - A caching library. (PHP / Caching and Locking)
- php-awesome - Doctrine Cache
- awesome-php - Doctrine Cache - A caching library. (Table of Contents / Caching and Locking)
README
# Doctrine Cache
[![Build Status](https://github.com/doctrine/cache/workflows/Continuous%20Integration/badge.svg)](https://github.com/doctrine/cache/actions)
[![Code Coverage](https://codecov.io/gh/doctrine/cache/branch/1.10.x/graph/badge.svg)](https://codecov.io/gh/doctrine/cache/branch/1.10.x)[![Latest Stable Version](https://img.shields.io/packagist/v/doctrine/cache.svg?style=flat-square)](https://packagist.org/packages/doctrine/cache)
[![Total Downloads](https://img.shields.io/packagist/dt/doctrine/cache.svg?style=flat-square)](https://packagist.org/packages/doctrine/cache)Cache component extracted from the Doctrine Common project. [Documentation](https://www.doctrine-project.org/projects/doctrine-cache/en/current/index.html)
This library is deprecated and will no longer receive bug fixes from the
Doctrine Project. Please use a different cache library, preferably PSR-6 or
PSR-16 instead.