2017 © Pedro PelĂĄez
 

symfony-bundle fragment-cache-bundle

Symfony2 bundle for Fragment Caching

image

andres-montanez/fragment-cache-bundle

Symfony2 bundle for Fragment Caching

  • Monday, June 2, 2014
  • by andres.montanez
  • Repository
  • 1 Watchers
  • 1 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

FragmentCache

The Fragment Cache Bundle aims to store in cache some Symfony Sub Requests, for example those that you embed in your twigs via, (*1)

{{ render(controller('AcmeDemoBundle:Index:footer') }}

These sub requests may be expensive to execute, and may always return the same information, so let's cache it!, (*2)

How? With an annotation, (*3)

@FragmentCache()

The Versions

02/06 2014

dev-master

9999999-dev https://github.com/andres-montanez/FragmentCacheBundle

Symfony2 bundle for Fragment Caching

  Sources   Download

MIT

The Requires

 

cache

02/06 2014

0.9.1

0.9.1.0 https://github.com/andres-montanez/FragmentCacheBundle

Symfony2 bundle for Fragment Caching

  Sources   Download

MIT

The Requires

 

cache

31/05 2014

0.9.0

0.9.0.0 https://github.com/andres-montanez/FragmentCacheBundle

Symfony2 bundle for Fragment Caching

  Sources   Download

MIT

The Requires

 

cache