update docs

This commit is contained in:
crazywhalecc
2021-10-17 16:56:52 +08:00
parent 8d9485c02e
commit 3d62663281
6 changed files with 235 additions and 5 deletions

View File

@@ -2,6 +2,10 @@
前面讲到 LightCache 轻量缓存在特定的情况下为了保证数据不被多进程的因素导致丢失或覆盖,在高并发情况下修改数据需要加锁,所以炸毛框架内置了 SpinLock 自旋锁。
!!! tip "提示"
框架单进程运行的模式下不需要任何自旋锁。
## 配置
自旋锁使用无需配置,和 LightCache 同源。