mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2026-03-14 13:13:47 +08:00
新增功能:添加更新缓存方法&force_updated_cache=true
This commit is contained in:
@@ -18,6 +18,7 @@ public class FileAttribute {
|
||||
private String officePreviewType = ConfigConstants.getOfficePreviewType();
|
||||
private String tifPreviewType;
|
||||
private Boolean skipDownLoad = false;
|
||||
private Boolean forceUpdatedCache = false;
|
||||
|
||||
public FileAttribute() {
|
||||
}
|
||||
@@ -116,5 +117,11 @@ public class FileAttribute {
|
||||
public void setTifPreviewType(String previewType) {
|
||||
this.tifPreviewType = previewType;
|
||||
}
|
||||
public Boolean forceUpdatedCache() {
|
||||
return forceUpdatedCache;
|
||||
}
|
||||
public void setforceUpdatedCache(Boolean forceUpdatedCache) {
|
||||
this.forceUpdatedCache = forceUpdatedCache;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user