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.
- Host: GitHub
- URL: https://github.com/staabm/thincache
- Owner: staabm
- Created: 2013-06-18T09:59:20.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T07:55:02.000Z (about 2 years ago)
- Last Synced: 2025-07-03T06:03:13.008Z (12 months ago)
- Topics: hacktoberfest
- Language: PHP
- Homepage:
- Size: 76.2 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README
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