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
發布數16
最新版本名稱1.4.0 (發布於 2019-11-29 15:23:29)
第一版名稱v1.0.0-beta1 (發布於 )
創建於2014-02-21 21:05:39
推送於2020-10-28 19:09:27
最后一次提交2020-10-28 20:09:27
星數2.8k
關注者數28
派生數85
提交數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.

去到頂部