PHPackages                             rickysu/tagcache-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. rickysu/tagcache-bundle

ActiveSymfony-bundle[Caching](/categories/caching)

rickysu/tagcache-bundle
=======================

This bundle provides cache with tags and controller cache

v0.3.2(9y ago)718.8k4MITPHPPHP &gt;=5.3.2

Since Sep 12Pushed 9y ago2 watchersCompare

[ Source](https://github.com/RickySu/tagcache-bundle)[ Packagist](https://packagist.org/packages/rickysu/tagcache-bundle)[ Docs](https://github.com/RickySu/tagcache-bundle)[ RSS](/packages/rickysu-tagcache-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (3)Versions (8)Used By (0)

TagcacheBundle
==============

[](#tagcachebundle)

Introduction
------------

[](#introduction)

This bundle provides cache with tags.

Features
--------

[](#features)

- Stores a cache with multiple tags. And deletes cache by using tag.
- Provides controller cache.

Requirements
------------

[](#requirements)

- Annotations for Controllers.

Installation
------------

[](#installation)

editing the composer.json file in the root project.

### Editing the composer.json under require: {} section add

[](#editing-the-composerjson-under-require--section-add)

```
"rickysu/tagcache-bundle": "1.0.*",

```

### Update Bundle :

[](#update-bundle-)

```
php composer.phar update

```

### Instantiate Bundle :

[](#instantiate-bundle-)

```
