sinri / ark-cache
The cache component for Ark 2
3.0
2024-05-09 05:54 UTC
Requires
- psr/simple-cache: ~3.0
README
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.
{
"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.