|
|
@@ -44,6 +44,7 @@ public class TsfDisplayService {
|
|
|
* @author gagamel
|
|
|
* @since 2021. 3. 11
|
|
|
*/
|
|
|
+ @Cacheable(value = "commonGnb", key = "'brandGroup'")
|
|
|
public Collection<BrandGroup> getGnbBrandGroupList(Contents contents) {
|
|
|
return displayDao.getGnbBrandGroupList(contents);
|
|
|
}
|
|
|
@@ -55,6 +56,7 @@ public class TsfDisplayService {
|
|
|
* @author gagamel
|
|
|
* @date 2021. 3. 11
|
|
|
*/
|
|
|
+ @Cacheable(value = "commonGnb", key = "'gnbTab-'.concat(#gnbTab.gtabGb)")
|
|
|
public Collection<GnbTab> getGnbTabList(GnbTab gnbTab) {
|
|
|
return displayDao.getGnbTabList(gnbTab);
|
|
|
}
|