sinri / ark-cache
The cache component for Ark 2
Installs: 1 491
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
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.