Toggle navigation
Toggle navigation
This project
Loading...
Sign in
yoho-search
/
yoho-search-service
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hugufei
2018-01-31 17:11:24 +0800
Commit
c7eca3125de19c894800c4eefbf72b131c0f8b8c
1 parent
590d3e36
商品基本信息使用本地缓存
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
service/src/main/java/com/yoho/search/recall/scene/beans/cache/SknBaseInfoCacheBean.java
service/src/main/java/com/yoho/search/recall/scene/beans/cache/SknBaseInfoCacheBean.java
View file @
c7eca31
...
...
@@ -89,7 +89,7 @@ public class SknBaseInfoCacheBean extends AbstractCacheBean<SknBaseInfoRequest,
@Override
protected
boolean
useEhCache
()
{
return
fals
e
;
return
tru
e
;
}
@Override
...
...
Please
register
or
login
to post a comment