mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-07-03 13:57:26 +00:00
[Update] HotDataCacheStore, Cleanable 更新Javadoc;
This commit is contained in:
@ -1,10 +1,13 @@
|
||||
package net.lamgc.cgj.bot.cache;
|
||||
|
||||
/**
|
||||
* 可清理接口, 实现该接口代表该类拥有清理动作.
|
||||
* 可清理接口, 实现该接口代表该类具有清理动作.
|
||||
*/
|
||||
public interface Cleanable {
|
||||
|
||||
/**
|
||||
* 该方法需要CacheStore完成对过期Entry的清除.
|
||||
*/
|
||||
void clean() throws Exception;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user