Thanks to visit codestin.com
Credit goes to github.com

Skip to content

pborreli/FOSHttpCacheBundle

 
 

Repository files navigation

FOSHttpCacheBundle

Build Status Scrutinizer Quality Score Code Coverage

This is a work in progress to unite the LiipCacheControlBundle and DriebitHttpCacheBundle into one good bundle. We hope to publish this as a FOS bundle

Introduction

This bundle offers tools to improve HTTP caching with Symfony2. It provides global configuration options to set caching headers based on the path, controller and other aspects of the request. It provides services for the FOSHttpCache library tools to actively invalidate caching proxies and some additional tools that can help when working with a caching proxy.

Features

  • Set path-based cache expiration headers via your app configuration.
  • Set up an invalidation scheme without writing PHP code.
  • Send invalidation requests with minimal impact on performance.
  • Easily implement your own HTTP cache client.

Documentation

Documentation is included in the Resources/doc directory.

License

This bundle is released under the MIT license. See the included LICENSE file for more information.

About

Work in progress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%