mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-04-30 06:37:36 +00:00
[Fix] CacheStore 修正Javadoc中的错误描述;
This commit is contained in:
parent
9a8aac1960
commit
ef5651be47
@ -13,7 +13,7 @@ public interface CacheStore<T> {
|
||||
* 更新或添加缓存项
|
||||
* @param key 缓存键名
|
||||
* @param value 缓存值
|
||||
* @param expire 有效期, 单位为ms(毫秒), 如不过期传入0或赋值
|
||||
* @param expire 有效期, 单位为ms(毫秒), 如不过期传入0或负数
|
||||
*/
|
||||
void update(String key, T value, long expire);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user