DoctrineCacheBundle

Symfony2 Bundle for Doctrine Cache.

Github星跟踪图

DoctrineCacheBundle

Symfony Bundle for Doctrine Cache。

安装

  1. 将此捆绑包作为作曲者依赖项添加到您的项目中:
  2.  composer require doctrine/doctrine-cache-bundle
        
  3. 在应用程序内核中添加这个包:
    // app/AppKernel.php
    public function registerBundles()
    {
        // ...
        $bundles[] = new \Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle();
        return $bundles;
    }    

阅读文档,了解如何配置和 使用您自己的缓存提供商。

主要指标

概览
名称与所有者doctrine/DoctrineCacheBundle
主编程语言PHP
编程语言PHP (语言数: 1)
平台BSD, Linux, Mac, Windows
许可证MIT License
所有者活动
创建于2014-02-21 21:05:39
推送于2020-10-28 19:09:27
最后一次提交2020-10-28 20:09:27
发布数16
最新版本名称1.4.0 (发布于 2019-11-29 15:23:29)
第一版名称v1.0.0-beta1 (发布于 )
用户参与
星数2.7k
关注者数26
派生数83
提交数247
已启用问题?
问题数59
打开的问题数0
拉请求数72
打开的拉请求数0
关闭的拉请求数30
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

DoctrineCacheBundle

Symfony Bundle for Doctrine Cache.

Master: Build Status

Master: Coverage Status

Deprecation warning

This bundle is deprecated; it will not be updated for Symfony 5. If you want to
use doctrine/cache in Symfony, please configure the services manually. When
using Symfony, we no longer recommend configuring doctrine/cache through this
bundle. Instead, you should use symfony/cache for your cache needs. However, the
deprecation does not extend to doctrine/cache, you'll be able to use those
classes as you did so far.