This topic created in 2972 days ago, the information mentioned may be changed or developed.
2 replies • 2018-03-13 10:49:58 +08:00
 |
|
1
gouchaoer Mar 12, 2018 via Android
cache 的意思就是任何时候都可能消失
|
 |
|
2
picone Mar 13, 2018
系统设计的时候就应该想过 APCu 的数据会丢失,不应该过度依赖。 查了一下源码,如果 pool 满了应该是直接返回失败的,APCu5.1.11
|