| Name: | php-react-cache |
|---|---|
| Version: | 0.4.1 |
| Release: | 2.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 5814 |
| License: | MIT |
| RPM: | php-react-cache-0.4.1-2.el7.noarch.rpm |
| Source RPM: | php-react-cache-0.4.1-2.el7.src.rpm |
| Build Date: | Fri Dec 08 2017 |
| Build Host: | x86-ol6-builder-04.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/reactphp/cache |
| Summary: | Async caching |
| Description: | Promised cache interface. The cache component provides a promise-based cache interface and an in-memory ArrayCache implementation of that. This allows consumers to type hint against the interface and third parties to provide alternate implementations. Autoloader: /usr/share/php/React/Cache/autoload.php |
- Retrict react/promise dependency to one major version - Minor update to SCL tests (only php54 and php55 if rhel)
- Initial package