https://github.com/sinri/ark-cache
The cache component for Ark 2 & 3.
https://github.com/sinri/ark-cache
Last synced: 9 months ago
JSON representation
The cache component for Ark 2 & 3.
- Host: GitHub
- URL: https://github.com/sinri/ark-cache
- Owner: sinri
- License: mit
- Created: 2018-09-07T02:37:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T05:57:14.000Z (about 2 years ago)
- Last Synced: 2025-08-13T09:58:20.946Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ark-Cache
The cache component for Ark 2
Provided Dummy and File implementation.
Since 2.0, PSR-16 introduced with `Psr\SimpleCache\CacheInterface` supported.
---
Note, if you are in China Mainland, you might need this in composer.json.
````json
{
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
}
}
````
Since 2.6, PSR-16 is still supported with `Psr\SimpleCache\CacheInterface` but not the core usage.