PHPackages                             sfynx-project/tool-cache-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. sfynx-project/tool-cache-bundle

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

sfynx-project/tool-cache-bundle
===============================

This Bundle provides classes to cache handlers (memcache, files)

v2.8.6(7y ago)121.5k—3.1%22LGPL-3.0-or-laterPHPPHP ^7.2

Since May 27Pushed 7y ago1 watchersCompare

[ Source](https://github.com/pigroupe/SfynxCacheBundle)[ Packagist](https://packagist.org/packages/sfynx-project/tool-cache-bundle)[ Docs](http://pigroupe.github.io/cmf-sfynx/)[ RSS](/packages/sfynx-project-tool-cache-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (10)Versions (12)Used By (2)

Cache SFYNX Bundle
==================

[](#cache-sfynx-bundle)

Symfony3/4's Sfynx Cache Bundle provides handlers to rapidly integrate your PSR-6 compliant cache service with the framework. It lets you cache your sessions, Doctrine queries and results and metadata, validation, serialization and annotation. It provides also interface cache client to manager everything in cache with ttl.

Documentation
-------------

[](#documentation)

The source of the documentation is stored in the `Resources/doc/` folder in this bundle :

- [Read the Documentation for master](https://github.com/pigroupe/SfynxCacheBundle/blob/master/Resources/doc/index.md)
- [Read the Documentation](Resources/doc/index.md)

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

[](#installation)

> a) Prerequisites

This version of the bundle requires `PHP 7.2+`.

> b) Configuration

Add dependencies in your `composer.json` file:

```
"require": {
    ...
    "sfynx-project/tool-cache-bundle": "dev-master"
},
```

Install these new dependencies of your application:

```
$ composer update --no-interaction --with-dependencies
```

Enable bundles in your application kernel:

```
