An open API service indexing awesome lists of open source software.

https://github.com/staabm/thincache

Thin abstraction layer for often used cache backends.
https://github.com/staabm/thincache

hacktoberfest

Last synced: 10 months ago
JSON representation

Thin abstraction layer for often used cache backends.

Awesome Lists containing this project

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