Download the PHP package rickysu/cacheable-behavior-bundle without Composer
On this page you can find all versions of the php package rickysu/cacheable-behavior-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rickysu/cacheable-behavior-bundle
More information about rickysu/cacheable-behavior-bundle
Files in rickysu/cacheable-behavior-bundle
Download rickysu/cacheable-behavior-bundle
More information about rickysu/cacheable-behavior-bundle
Files in rickysu/cacheable-behavior-bundle
Vendor rickysu
Package cacheable-behavior-bundle
Short Description Provide a propel1 smart cache behavior bundle for symfony 2
License MIT
Homepage https://github.com/RickySu/cacheable-behavior-bundle
Package cacheable-behavior-bundle
Short Description Provide a propel1 smart cache behavior bundle for symfony 2
License MIT
Homepage https://github.com/RickySu/cacheable-behavior-bundle
Please rate this library. Is it a good library?
Informations about the package cacheable-behavior-bundle
Propel Cacheable Behavior Bundle
Introduction
This is a symfony2 bundle for propel1 and provides a smart relation cache.
Features
- primary key and unique index query cache.
- one to one relation cache.
- one to many relation cache.
- many to many relation cache.
- auto detect single or composite key.
Requirements
- PHP 5.3.3 above
- rickysu/tagcache 0.1 above
Installation
editing the composer.json file in the root project.
Editing the composer.json under require: {} section add
Install Bundle With Composer :
How to Use
setup config
app/config.yml
add cacheable behavior in your schema.xml
retrieve data with primary key or unique index
retrieve data with one to one relation
retrieve data with one to many relation
retrieve data with one to many relation
TODO
clear cache when change relation mapping.
Note
If your want use this behavior without symfony2 , please folow this demo.
LICENSE
MIT
All versions of cacheable-behavior-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
symfony/event-dispatcher Version >=2.1.0
rickysu/tagcache Version >=1.0.0
symfony/event-dispatcher Version >=2.1.0
rickysu/tagcache Version >=1.0.0
The package rickysu/cacheable-behavior-bundle contains the following files
Loading the files please wait ....