This topic created in 3283 days ago, the information mentioned may be changed or developed.
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 replies • 2017-05-13 19:59:37 +08:00
 |
|
1
Zzzzzzzzz May 13, 2017
通用点的有 beaker.cache 和 dogpile.cache
web 框架和组件自带的有 django.core.cache 和 werkzeug.contrib.cache
|