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.
- Host: GitHub
- URL: https://github.com/mressex/simple-cache
- Owner: MrEssex
- License: mit
- Created: 2020-06-22T12:03:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T15:54:38.000Z (almost 2 years ago)
- Last Synced: 2025-02-26T00:04:02.222Z (3 months ago)
- Topics: cache, caching, caching-library
- Language: PHP
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.