andres-montanez / fragment-cache-bundle
Symfony2 bundle for Fragment Caching
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.3
- symfony/framework-bundle: >=2.3.0
This package is auto-updated.
Last update: 2021-02-19 00:35:20 UTC
README
#FragmentCache
The Fragment Cache Bundle aims to store in cache some Symfony Sub Requests, for example those that you embed in your twigs via
{{ 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!
How? With an annotation
@FragmentCache()