sbsedv / memory-cache
该软件包已被废弃,不再维护。没有建议替代软件包。
内存中的Psr-6缓存实现。
v2.0.0
2021-12-01 04:25 UTC
Requires
- php: >=8.0
- psr/cache: ^2.0|^3.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.1
- phpunit/phpunit: ^9.0
Provides
- psr/cache-implementation: 2.0|3.0
README
使用数组作为存储的符合Psr-6规范的内存缓存实现 Psr-6。
此实现对于测试目的和按请求缓存非常有用。
由于库内部将数据存储在数组中,在php进程终止后(最可能是在您的请求完成时),所有数据都将丢失。