| Name: | php-pecl-yac |
|---|---|
| Version: | 0.9.2 |
| Release: | 1.el7 |
| Architecture: | aarch64 |
| Group: | Development/Languages |
| Size: | 79190 |
| License: | PHP |
| RPM: | php-pecl-yac-0.9.2-1.el7.aarch64.rpm |
| Source RPM: | php-pecl-yac-0.9.2-1.el7.src.rpm |
| Build Date: | Wed May 30 2018 |
| Build Host: | ca-buildarm02.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://pecl.php.net/package/yac |
| Summary: | Lockless user data cache |
| Description: | Yac (Yet Another Cache) is a shared memory user data cache for PHP. It can be used to replace APC or local memcached. Yac is lockless, that means, it is very fast, but there could be a chance you will get a wrong data(depends on how many key slots are allocated and how many keys are stored), so you'd better make sure that your product is not very sensitive to that. |