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

https://github.com/mressex/simple-cache

Different caching implementations based of PSR-16.
https://github.com/mressex/simple-cache

cache caching caching-library

Last synced: 3 months ago
JSON representation

Different caching implementations based of PSR-16.

Awesome Lists containing this project

README

        

# Cache

Different caching implementations based of PSR-16.

## File Cache
Simple file cache that will store the files in the root of the project folder.
Can be customised.

## APCU Cache
Simple APCU Cache that can be used to store the cached object in APCU

### TODO
Implement multiple functions.