DoctrineCacheBundle

Symfony2 Bundle for Doctrine Cache.

Github stars Tracking Chart

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;
    }    

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

Overview

Name With Ownerdoctrine/DoctrineCacheBundle
Primary LanguagePHP
Program languagePHP (Language Count: 1)
PlatformBSD, Linux, Mac, Windows
License:MIT License
Release Count16
Last Release Name1.4.0 (Posted on 2019-11-29 15:23:29)
First Release Namev1.0.0-beta1 (Posted on )
Created At2014-02-21 21:05:39
Pushed At2020-10-28 19:09:27
Last Commit At2020-10-28 20:09:27
Stargazers Count2.8k
Watchers Count28
Fork Count85
Commits Count247
Has Issues Enabled
Issues Count59
Issue Open Count0
Pull Requests Count72
Pull Requests Open Count0
Pull Requests Close Count30
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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.

To the top