You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -46,44 +46,53 @@ public interface IEntityCache<PK extends Comparable<PK>, E extends IEntity<PK>>
46
46
Eget(PKpk);
47
47
48
48
/**
49
-
* 更新缓存中的数据,只更新缓存的时间戳,并通过一定策略写入到数据库
49
+
* EN: Update the timestamp of the cache in the memory.
50
+
* The first update() will record the thread number, and a thread-safe warning will be given if the thread number of next update() is not equal with the first time
0 commit comments