|
@@ -24,7 +24,7 @@ public class ExamRecordDataCacheServiceImpl implements ExamRecordDataCacheServic
|
|
@Override
|
|
@Override
|
|
public void saveExamRecordDataCache(Long examRecordDataId, ExamRecordData data) {
|
|
public void saveExamRecordDataCache(Long examRecordDataId, ExamRecordData data) {
|
|
String key = RedisKeyHelper.getBuilder().examRecordDataKey(examRecordDataId);
|
|
String key = RedisKeyHelper.getBuilder().examRecordDataKey(examRecordDataId);
|
|
- redisClient.set(key, data, Constants.TIME_OUT_7_DAY);
|
|
|
|
|
|
+ redisClient.set(key, data, Constants.TIME_OUT_15_DAY);
|
|
}
|
|
}
|
|
|
|
|
|
@Override
|
|
@Override
|