Download the PHP package lbarulski/cache-tags-bundle without Composer
On this page you can find all versions of the php package lbarulski/cache-tags-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lbarulski/cache-tags-bundle
More information about lbarulski/cache-tags-bundle
Files in lbarulski/cache-tags-bundle
Package cache-tags-bundle
Short Description Bundle for custom varnish tags
License MIT
Informations about the package cache-tags-bundle
CacheTagsBundle
CacheTagsBundle is simple Cache Tag and Cache Invalidation for Varnish Cache
Varnish VCL
Installation
The CacheTagsBundle library is available on Packagist. You can install it using [Composer] (http://getcomposer.org):
Method 1
Simply run assuming you have installed composer.phar or composer binary:
Method 2
-
Add the following lines in your composer.json:
- Run the composer to download the bundle
Add this bundle to your application's kernel
Configuration config.yml example
host_header
Allows to spoof request host header; Optional, defaults to host
value
Usage examples:
Controller: plain cache tag
Controller: request attribute tag
View Template: use esi controller
Invalidate
Command invalidate TAG:
Invalidate TAG:
Presentation
http://www.slideshare.net/chylek/cachetagsbundle
License
This library is released under the MIT license. See the included LICENSE file for more information.
All versions of cache-tags-bundle with dependencies
doctrine/annotations Version 1.*
sensio/framework-extra-bundle Version 3.0.*
symfony/dependency-injection Version ^2.8|^3.0
symfony/http-kernel Version ^2.8|^3.0
symfony/config Version ^2.8|^3.0
symfony/console Version ^2.8|^3.0