epwt/data-provider

EPWT Cache Data Provider

dev-master / 1.0.x-dev 2015-04-06 21:44 UTC

This package is auto-updated.

Last update: 2024-04-17 16:29:40 UTC


README

The EPWTCacheDataProviderBundle adds support for careless caching mechanism to Symfony application. By Integrating multiple providers (which provided seprately) with general caching mechanism.

Providers:

  • Doctrine

Cache Storages:

  • Redis

Note: This bundle does not provide out-of-box solution for caching. You have to define the rules and naming techniques to work.

Documentation

The bulk of the documentation is stored in the Resources/doc/index.md file in this bundle:

Read the Documentation for master Installation

All the installation instructions are located in the documentation.

License

This bundle is under the MIT license. See the complete license in the bundle:

Resources/meta/LICENSE

Example

The example project with doctrine data provider is located here

About

EPWTCacheDataProviderBundle is they key bundle of mine designed projects which provides easy to use and high performance caching mechanism for everything.

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.