ContentGrabbingJi/ContentGrabbingJi-CacheStore-local
LamGC 003f571aad
[Add] 添加 ListCacheStore 的本地实现;
[Add] CopyOnWriteArrayListCacheStore 添加基于 CopyOnWriteArrayList 的 ListCacheStore 实现;
[Add] LocalCollectionCacheStore 添加集合型本地缓存存储容器父类, 已实现 CollectionCacheStore 接口;
[Add] ListCacheStoreTest 添加对 CopyOnWriteArrayListCacheStore 的完整单元测试(同样包括了 LocalCollectionCacheStore 的测试);
2020-09-04 00:29:36 +08:00
..
src [Add] 添加 ListCacheStore 的本地实现; 2020-09-04 00:29:36 +08:00
pom.xml [Add] 初始化组成模块; 2020-09-03 13:46:16 +08:00