yac 2.2.1

lockless user data cache


yac is a fast, lock-free, shared memory user data cache for PHP. it can be used to replace APC or local memcached.

License: PHP

Changes

- Refactor key manipulation, avoding memory allocation
- Refactor Yac::__set/__get by using native objects_handler