
--- src/main/java/com/takensoft/cms/cntxtPth/service/Impl/CntxtPthServiceImpl.java
+++ src/main/java/com/takensoft/cms/cntxtPth/service/Impl/CntxtPthServiceImpl.java
... | ... | @@ -49,7 +49,7 @@ |
49 | 49 |
* 최신 컨텍스트 패스 조회 |
50 | 50 |
*/ |
51 | 51 |
@Override |
52 |
-// @Cacheable(value = "cntxtPthInfo", key = "'cntxtPth'") |
|
52 |
+ @Cacheable(value = "cntxtPthInfo", key = "'cntxtPth'") |
|
53 | 53 |
public String findLatestCntxtPth() { |
54 | 54 |
try { |
55 | 55 |
String cntxtPth = cntxtPthDAO.findLatestCntxtPth(); |
... | ... | @@ -75,7 +75,7 @@ |
75 | 75 |
* 컨텍스트 패스 등록 |
76 | 76 |
*/ |
77 | 77 |
@Override |
78 |
-// @CacheEvict(value = "cntxtPthInfo", allEntries = true) |
|
78 |
+ @CacheEvict(value = "cntxtPthInfo", allEntries = true) |
|
79 | 79 |
@Transactional(rollbackFor = Exception.class) |
80 | 80 |
public int cntxtPthSave(CntxtPthVO cntxtPthVO) { |
81 | 81 |
try { |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?