mouf / utils.cache.apc-cache
此包包含一个依赖于APC缓存系统的缓存机制。为了使此缓存工作,必须启用APC Pecl包。
v2.2.0
2016-03-23 11:27 UTC
Requires
- php: >=5.3.0
- mouf/mouf-validators-interface: ~2.0
- mouf/utils.cache.cache-interface: ~2.0
- mouf/utils.cache.file-cache: ~2.0
- mouf/utils.constants.secret: ~1.0
- mouf/utils.log.psr.errorlog_logger: ~2.0
README
此包包含了Mouf的CacheInterface在APC缓存系统中的实现。要了解更多关于缓存接口的信息,请参阅缓存系统文档。
与其他Mouf的缓存实现相比,APC缓存系统具有一个附加功能:回退机制。
实际上,如果你在计算机上没有安装APC扩展,APCCache类可以使用回退类。默认情况下,使用FileCache系统(它在文件中存储缓存元素)。