cache.properties
8.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
# global configurations, ConfigReader will write this file to zookeeper.
################################## START cache time config ######################################
# bigdata
gateway.cachetime.bigdata.recommend=60
gateway.cachetime.bigdata.seasonsort=300
gateway.cachetime.bigdata.shoplist=300
gateway.cachetime.bigdata.fashion.articlelist=300
gateway.cachetime.bigdata.firstpage.recproduct=300
# product
gateway.cachetime.product.detail.base.info=1800
gateway.cachetime.product.detail.intro=1800
gateway.cachetime.product.detail.extro.info=600
gateway.cachetime.product.detail.promotion=180
gateway.cachetime.product.buy.limit=600
gateway.cachetime.product.shopCrossRecommend.info=600
gateway.cachetime.product.salesCategory.recommend=600
gateway.cachetime.product.salesCategoryByLevelTwoId=1800
gateway.cachetime.product.offline.data.info=600
gateway.cachetime.product.red.shop.decorator=300
gateway.cachetime.product.shop.info.by.id=300
gateway.cachetime.product.shop.brand.by.id=600
gateway.cachetime.product.h5.detail.product.info=1800
gateway.cachetime.search.newshelve=600
gateway.cachetime.product.category.max=600
gateway.cachetime.product.comment.li=600
gateway.cachetime.product.consult.li=300
gateway.cachetime.product.app.product.intro=1800
gateway.cachetime.product.brand.by.domain=300
gateway.cachetime.product.brand.folder=600
gateway.cachetime.product.brand.series=600
gateway.cachetime.product.brand.info=600
gateway.cachetime.product.brand.data.by.id=600
gateway.cachetime.product.shop.info=600
gateway.cachetime.product.collocation.by.id=1800
gateway.cachetime.product.modelcard.by.id=1800
gateway.cachetime.product.info.by.skuid=1800
gateway.cachetime.product.modeltry.data=1800
gateway.cachetime.product.comfort.by.id=1800
gateway.cachetime.product.offline.shops=300
gateway.cachetime.product.offline.shops.recommend.prd.list=3600
gateway.cachetime.product.seckill.product.time=30
gateway.cachetime.product.seckill.product.info.time=30
gateway.cachetime.product.shops.promote=300
gateway.cachetime.product.shops.promote.collection.num=7200
gateway.cachetime.product.shops.promote.tabname.list=300
gateway.cachetime.product.deposit.advance.product.time=1800
gateway.cachetime.product.single.day=300
gateway.cachetime.product.single.day.tabname.list=43200
gateway.cachetime.product.bundle=300
gateway.cachetime.product.newrecommend.shop=300
gateway.cachetime.product.newrecommend.brand=300
gateway.cachetime.product.onshelf=300
gateway.cachetime.product.shopinto_level1=600
gateway.cachetime.product.shop.activity.li=600
gateway.cachetime.shop.marketprice.showinfo=3600
# search
gateway.cachetime.search.fuzzy=300
gateway.cachetime.search.sort=300
gateway.cachetime.search.brand=300
gateway.cachetime.search.shop=300
gateway.cachetime.search.pool=300
gateway.cachetime.search.zq=300
gateway.cachetime.search.promotion=300
gateway.cachetime.search.coupon=300
gateway.cachetime.search.filter.nouid=1800
gateway.cachetime.search.productlist.nouid=600
gateway.cachetime.search.filter=1800
gateway.cachetime.search.bigdata.shopinfo=600
gateway.cachetime.search.bigdata.brandinfo=1800
gateway.cachetime.search.like.notinshop=1800
gateway.cachetime.search.like.inshop=1800
gateway.cachetime.search.shop.decorator=1800
gateway.cachetime.search.life.style=300
gateway.cachetime.search.kids=300
gateway.cachetime.search.brand.product.list=300
gateway.cachetime.search.app.student.vip=300
gateway.cachetime.search.app.student.rebate=300
gateway.cachetime.search.app.student.discount=300
gateway.cachetime.search.app.search.sales=300
gateway.cachetime.search.app.search.fuzzy=600
gateway.cachetime.search.web.search=300
gateway.cachetime.search.app.instalment=300
gateway.cachetime.search.app.newpromotion=300
gateway.cachetime.search.brandsort.recommend.sort=600
gateway.cachetime.search.brandsort.reommend.brand=300
gateway.cachetime.search.finlike=1200
gateway.cachetime.search.web.findlike=43200
gateway.cachetime.search.app.good.detail=300
gateway.cachetime.search.product.aggbrand=300
gateway.cachetime.search.product.notelike.usedskn=600
gateway.cachetime.search.product.notelike.skn=600
gateway.cachetime.search.product.vip=600
gateway.cachetime.search.hotsearchterm=300
gateway.cachetime.search.newproduct.shop=300
gateway.cachetime.search.good.productlist=300
gateway.cachetime.search.brand.list=600
# sns
gateway.cachetime.product.detail.shareorder.recent=1800
gateway.cachetime.product.detail.shareorder.list=1800
gateway.cachetime.sns.show.list=600
gateway.cachetime.sns.query.orderproduct.commentlist=300
gateway.cachetime.sns.all.to.share.list=180
################################## END cache time config ######################################
################################## START redis memcache time config ######################################
################################## END redis memcache time config ######################################
# guang 文章内容的其他推荐内容
gateway.cachetime.guang.other.article=1200
# 获取48小时内浏览最多的文章
gateway.cachetime.guang.article.viewsnum.max=300
# 用户收藏资讯信息
gateway.cachetime.guang.user.favarticle.list=5
# 获取逛下的分类列表
gateway.cachetime.guang.category.list=7200
# 获取品牌的文章
gateway.cachetime.guang.article.brand=10
# 新潮教室首页
gateway.cachetime.guang.star.class.index=5
# 获取逛的详情内容
gateway.cachetime.guang.article.content=5
# 获得省、市、地区列表
gateway.cachetime.users.area.provinces=1800
# 获取分类下的文章的列表
gateway.cachetime.guang.category.article.list=5
# 置顶文章列表
gateway.cachetime.guang.top.article.list=5
# 获得‘星潮教室’一级分类中,标签开启状态下的文章
gateway.cachetime.guang.star.classroom.article.list=10
# 获取明星原创品牌详情列表
gateway.cachetime.guang.plustar.list=10
# 获取分类下的文章的列表
gateway.cachetime.guang.home.page.article.list=5
# 逛列表是否点赞收藏浏览数
gateway.cachetime.guang.article.list.praise.fav.view.yes.no=5
# PC端的热门标签
gateway.cachetime.guang.article.top.tags=5
# 文章详情中的点赞收藏浏览数
gateway.cachetime.guang.article.detail.praise.fav.view.info=5
################################## START redis users time config ######################################
# 合并购物车
gateway.users.cachetime.shoppingKey=24
# 礼品卡支付时的手机号码
gateway.users.cachetime.mobileinfo=24
# 等待支付数量
gateway.users.cachetime.waitPayNum=60
# 待发货数量
gateway.users.cachetime.waitCargoNum=60
# 已发货数量
gateway.users.cachetime.sendCargoNum=60
# 退换货数量
gateway.users.cachetime.refundExchangeNum=60
# 收藏品牌数量
gateway.users.cachetime.brandFavNum=10
# 有货币数量
gateway.users.cachetime.yohocoincost=60
# 优惠券数量
gateway.users.cachetime.couponNum=1
# 待晒单数量
gateway.users.cachetime.toShareOrderNum=10
# 限购码数量
gateway.users.cachetime.limitCodeRecordNum=10
# 个人中心用户情报
gateway.users.cachetime.myprofile=24
# 用户VIP
gateway.users.cachetime.vip=24
# 用户潮流口令头像昵称
gateway.users.cachetime.trendWord=5
# 是否绑定手机号码查询结果
gateway.users.cachetime.bindRelateMobileCheckResult=24
# 店铺推广收藏数
gateway.users.cachetime.shopsPromoteCollectionNum=120
# 手机广告页
gateway.users.cachetime.getfloat=10
# 品牌信息
gateway.users.cachetime.bigdataBrandIntro=30
# 店铺信息
gateway.users.cachetime.bigdataShopIntro=10
# 邀请码
gateway.users.cachetime.inviteCode=60
# 咨询的相关品牌
gateway.sns.cachetime.relatedBrand=120
# 资源位
gateway.cachetime.resource.home=300
gateway.cachetime.resource.get=300
gateway.cachetime.resource.recommend=300
gateway.cachetime.resource.brand.guan.shopsvo=300
gateway.cachetime.resources.entrance=300
gateway.cachetime.resources.cover_start=300
gateway.cachetime.resources.is_new_user=3600
#分期开通状态
gateway.users.cachetime.instalment=12
#我的邀请码
gateway.users.cachetime.invitecode=12
#用户地址列表
gateway.users.cachetime.hiddenaddress=2
#收藏商品
gateway.favorite.cachetime.product=10
#web收藏商品
gateway.web.favorite.cachetime.product=10
#收藏品牌
gateway.favorite.cachetime.brand=10
#有货币数量
gateway.yohocoin.cachetime.num=10
#有货币列表
gateway.yohocoin.cachetime.list=10
#限购码列表
gateway.limitcode.cachetime=10