mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-07-02 05:17:26 +00:00
[Add][Document] CacheStore-API 更新 Javadoc 并添加初版 Readme.md;
[Add] README.md 增加子模块的 Readme; [Document] CollectionCacheStore 更新 Javadoc;
This commit is contained in:
@ -22,6 +22,8 @@ import java.util.Collection;
|
||||
/**
|
||||
* 集合型缓存存储容器.
|
||||
* @param <E> 元素类型.
|
||||
* @param <C> 集合类型.
|
||||
* @see Collection
|
||||
* @author LamGC
|
||||
*/
|
||||
public interface CollectionCacheStore<E, C extends Collection<E>> extends CacheStore<C> {
|
||||
|
Reference in New Issue
Block a user