Toggle navigation
Toggle navigation
This project
Loading...
Sign in
yoho-search
/
yoho-search-consumer
·
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
wangnan9279
2018-11-15 20:28:15 +0800
Commit
55c5cb7ffa58ea2ec689291568ca350986280e7c
1 parent
91300a39
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
service/src/main/java/com/yoho/search/consumer/service/logicService/cache/BasicDataCacheService.java
service/src/main/java/com/yoho/search/consumer/service/logicService/cache/BasicDataCacheService.java
View file @
55c5cb7
...
...
@@ -517,7 +517,7 @@ public class BasicDataCacheService {
.
expireAfterWrite
(
10
,
TimeUnit
.
MINUTES
)
.
build
(
new
CacheLoader
<
String
,
Map
<
Integer
,
Integer
>>()
{
public
Map
<
Integer
,
Integer
>
load
(
String
key
)
{
return
basicDataLogicService
.
getUfoRelationMap
();
return
basicDataLogicService
.
getUfoRelationMap
Reverse
();
}
});
...
...
Please
register
or
login
to post a comment