An open API service indexing awesome lists of open source software.

https://github.com/softspring/http-cache-store-bundle

This bundle provides to HttpCache class storage implementation for Symfony cache component
https://github.com/softspring/http-cache-store-bundle

Last synced: about 1 year ago
JSON representation

This bundle provides to HttpCache class storage implementation for Symfony cache component

Awesome Lists containing this project

README

          

# Http cache store bundle

![Latest Stable](https://img.shields.io/packagist/v/softspring/http-cache-store-bundle?label=stable&style=flat-square)
![Latest Unstable](https://img.shields.io/packagist/v/softspring/http-cache-store-bundle?label=unstable&style=flat-square&include_prereleases)
![License](https://img.shields.io/packagist/l/softspring/http-cache-store-bundle?style=flat-square)
![PHP Version](https://img.shields.io/packagist/dependency-v/softspring/http-cache-store-bundle/php?style=flat-square)
![Downloads](https://img.shields.io/packagist/dt/softspring/http-cache-store-bundle?style=flat-square)
[![CI](https://img.shields.io/github/actions/workflow/status/softspring/http-cache-store-bundle/ci.yml?branch=5.4&style=flat-square&label=CI)](https://github.com/softspring/http-cache-store-bundle/actions/workflows/ci.yml)

This bundle provides to HttpCache class storage implementation for Symfony cache component. This is useful for example
to store http cache in a doctrine database, redis or memcached.

## Documentation

- [1. Installation](docs/1_installation.md)
- [2. Configuration](docs/2_configuration.md)

## License

This package is free and released under the [AGPL-3.0 license](LICENSE).