Lockless user data cache
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.
| Release | Stable | Testing |
|---|---|---|
| Fedora Rawhide | 2.3.1-19.fc45 | - |
| Fedora 44 | 2.3.1-18.fc44 | - |
| Fedora 43 | 2.3.1-16.fc43 | - |
| Fedora 42 | 2.3.1-15.fc42 | - |
| Fedora EPEL 9 | 2.3.1-1.el9 | - |
| Fedora EPEL 10.3 | 2.3.1-14.el10_0 | - |
| Fedora EPEL 10.2 | 2.3.1-14.el10_0 | - |
| Fedora EPEL 10.1 | 2.3.1-14.el10_0 | - |
You can contact the maintainers of this package via email at
php-pecl-yac dash maintainers at fedoraproject dot org.