staabm/thincache

PHP 5.2+ 的轻量级抽象层

1.0.6 2024-05-06 07:54 UTC

README

This small cache abstraction layer was initially built because of the lack of PHP5.2 compilant caching libraries.

Supports PHP 7.0+

Supported features:
- use different backends, each with a dedicated driver
- unified api across backends
- proxying a cache driver; for transparent proxying of slow backends
- chaining several cache drivers; distributes content into several backends