|
@@ -5,6 +5,7 @@ import cn.com.qmth.examcloud.core.examwork.dao.ExamRepo;
|
|
import cn.com.qmth.examcloud.core.examwork.dao.ExamSpecialSettingsRepo;
|
|
import cn.com.qmth.examcloud.core.examwork.dao.ExamSpecialSettingsRepo;
|
|
import cn.com.qmth.examcloud.core.examwork.dao.entity.ExamEntity;
|
|
import cn.com.qmth.examcloud.core.examwork.dao.entity.ExamEntity;
|
|
import cn.com.qmth.examcloud.core.examwork.dao.entity.ExamSpecialSettingsEntity;
|
|
import cn.com.qmth.examcloud.core.examwork.dao.entity.ExamSpecialSettingsEntity;
|
|
|
|
+import cn.com.qmth.examcloud.support.CacheConstants;
|
|
import cn.com.qmth.examcloud.support.cache.bean.ExamStudentSettingsCacheBean;
|
|
import cn.com.qmth.examcloud.support.cache.bean.ExamStudentSettingsCacheBean;
|
|
import cn.com.qmth.examcloud.web.cache.RandomObjectRedisCache;
|
|
import cn.com.qmth.examcloud.web.cache.RandomObjectRedisCache;
|
|
import cn.com.qmth.examcloud.web.helpers.GlobalHelper;
|
|
import cn.com.qmth.examcloud.web.helpers.GlobalHelper;
|
|
@@ -59,7 +60,7 @@ public class ExamStudentSettingsCache extends RandomObjectRedisCache<ExamStudent
|
|
|
|
|
|
@Override
|
|
@Override
|
|
protected String getKeyPrefix() {
|
|
protected String getKeyPrefix() {
|
|
- return "E_EXAM_STUDENT_SETTINGS:";
|
|
|
|
|
|
+ return CacheConstants.CACHE_E_EXAM_STUDENT_SETTINGS;
|
|
}
|
|
}
|
|
|
|
|
|
@Override
|
|
@Override
|