org.nutz.boot.starter.caffeine.UpdateStrategy Maven / Gradle / Ivy
The newest version!
package org.nutz.boot.starter.caffeine;
public interface UpdateStrategy {
/**
* 是否需要强制更新缓存
* @param key 缓存键
* @return should update ?
*/
boolean shouldUpdate(String key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy