A fast, light-weight proxy for memcached and redis
Cache
Actively MaintainedThe cache component provides a Promise-based CacheInterface and an in-memory ArrayCache implementation of that
About Cache
The cache component provides a Promise-based CacheInterface and an in-memory ArrayCache implementation of that
Cache is a popular PHP caching and locking solution that provides reliable functionality for PHP developers. The project is actively maintained with regular updates and bug fixes.
Quick Installation
composer require reactphp/cacheInstall via Composer. For detailed installation instructions, visit theofficial documentation.
Why Use Cache?
- Actively Maintained - Regular updates ensure compatibility and security
- PHP Caching and Locking - Specialized solution for caching and locking needs
- Open Source - Free to use with full source code access
Project Details
- Maintainer
- @reactphp
- Category
- Caching and Locking
- Last Updated
- 3 months ago
- Status
- Actively Maintained
Related Caching and Locking Libraries
View all →A PHP extension for Redis
A caching library.
A flexible and feature-complete Redis client for PHP.
Symfony2 Bundle for Doctrine Cache
A high-performance backend cache system. It is intended for use in speeding up dynamic web applications by alleviating database load. Well implemented, it can drops the database load to almost no...