treehouselabs/cache-bundle

This package is abandoned and no longer maintained. The author suggests using the cache/cache-bundle package instead.

Symfony2 bundle that provides easy setup for caching, including a powerful ORM cache [DEPRECATED]

Installs: 61 910

Dependents: 0

Suggesters: 1

Security: 0

Stars: 0

Watchers: 8

Forks: 1

Open Issues: 0

Type:symfony-bundle

v1.3.0 2016-03-31 11:01 UTC

This package is auto-updated.

Last update: 2022-02-01 12:34:42 UTC


README

This package is DEPRECATED use a PSR-6 solution like https://github.com/php-cache/cache-bundle

Cache bundle

Latest Version on Packagist Software License Build Status Coverage Status Quality Score

Symfony bundle for our cache client.

Installation

composer require treehouselabs/cache-bundle:^1.0

Usage

This configuration:

tree_house_cache:
  clients:
    default:
      type: phpredis
      serializer: json
      dsn: redis://localhost
      prefix: "cache:"

creates a tree_house_cache.client.default service, which resolves to a CacheInterface instance.

Security

If you discover any security related issues, please email dev@treehouse.nl instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.

Acknowledgements

Some concepts and/or implementations are borrowed from SncRedisBundle

Credits