这是一个创建于 2754 天前的主题,其中的信息可能已经有所发展或是发生改变。
Symfony Cache 组件除了实现 PSR6 接口外,还增加了 Adapter 用于存储 cache
Adapter: It implements the actual caching mechanism to store the information in the filesystem, in a database, etc. The component provides several ready to use adapters for common caching backends (Redis, APCu, Doctrine, PDO, etc.)
1 条回复 • 2017-05-13 19:59:37 +08:00
|
|
1
Zzzzzzzzz 2017-05-13 19:59:37 +08:00
通用点的有 beaker.cache 和 dogpile.cache
web 框架和组件自带的有 django.core.cache 和 werkzeug.contrib.cache
|