[Document] 调整 SetCacheStore 文档;

[Document] SetCacheStore 补充文档细节;
This commit is contained in:
LamGC 2020-09-04 19:22:27 +08:00
parent a7495156ff
commit ba422ef90e
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

View File

@ -21,6 +21,7 @@ import java.util.Set;
/**
* 无序集合的缓存存储容器.
* <p>其中, 元素是唯一的, 不会出现重复情况.
* @param <E> 值类型.
* @author LamGC
*/