mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-08-18 06:27:01 +00:00
chore[doc]: update doc
This commit is contained in:
+1
-3
@@ -25,9 +25,7 @@ public interface IEntityCache<PK extends Comparable<PK>, E extends IEntity<PK>>
|
||||
|
||||
/**
|
||||
* EN: Load data from the database to the cache and return a default value with an empty ID if the database does not exist.
|
||||
* This can use the entity.empty() method to determine if the id is empty
|
||||
* <p>
|
||||
* CN: 从数据库中加载数据到缓存,如果数据库不存在则返回一个id为空的默认值。可以通过 entity.empty() 方法判断id是否为空
|
||||
* CN: 从数据库中加载数据到缓存,如果数据库不存在则返回一个id为空的默认值。
|
||||
*/
|
||||
@Nullable
|
||||
E load(PK pk);
|
||||
|
||||
Reference in New Issue
Block a user