vespula/simple-cache

这是一个非常简单的缓存实现的PSR-16。没有任何花哨的功能。只是纯粹的简单缓存。适配器包括None、Sql(通过PDO)、Memcached和File。

1.0.0 2024-05-14 18:49 UTC

This package is auto-updated.

Last update: 2024-09-14 20:30:36 UTC


README

这是一个简单的、灵活的PSR-16符合的简单缓存实现,用于PHP。

适配器包括File、Sql、Memcached和None

文档在这里:https://vespula.bitbucket.io/cache/

PSR-16的基本接口在这里:https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-16-simple-cache.md