Download the PHP package koine/delayed-cache without Composer
On this page you can find all versions of the php package koine/delayed-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package delayed-cache
Koine Delayed Cache
Delayed Cache is a wrapper for Zend Cache. Sometimes you have parallel requests want a cached result that was already started, but is still under construction. Delayed cache will wait until it is ready and then it will return the result for you.
Code information:
Package information:
Installing
Installing via Composer
Append the lib to your requirements key in your composer.json.
Alternative install
- Learn composer. You should not be looking for an alternative install. It is worth the time. Trust me ;-)
- Follow this set of instructions
Usage
Alternatively you can use the short method:
Issues/Features proposals
Here is the issue tracker.
Contributing
Only TDD code will be accepted. Please follow the PSR-2 code standard.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
How to run the tests:
To check the code standard run:
Lincense
MIT
Authors
All versions of delayed-cache with dependencies
PHP Build Version
Package Version
The package koine/delayed-cache contains the following files
Loading the files please wait ....