...
|
...
|
@@ -17,7 +17,10 @@ const cachePage = { |
|
|
'/channel/:id.html': 1 * MINUTE,
|
|
|
|
|
|
// ajax获取频道页楼层
|
|
|
'/channel/getResourceContent': 30 * MINUTE,
|
|
|
'/channel/getResourceContent': 30 * SECOND,
|
|
|
|
|
|
// 活动模板
|
|
|
'/activity/feature/:code.html': 1 * MINUTE,
|
|
|
|
|
|
// 商品分类
|
|
|
'/cate': 5 * MINUTE,
|
...
|
...
|
@@ -25,6 +28,7 @@ const cachePage = { |
|
|
// 商品详情页
|
|
|
'/product/\\/pro_([\\d]+)_([\\d]+)\\/(.*)/': 30 * MINUTE,
|
|
|
'/product/\\/show_([\\d]+)/': 30 * MINUTE,
|
|
|
'/product/^\\/(\\d+)\\.html/': 30 * MINUTE,
|
|
|
|
|
|
// 商品详情ajax
|
|
|
|
...
|
...
|
@@ -38,6 +42,8 @@ const cachePage = { |
|
|
// 店铺简介
|
|
|
'/product/index/intro': 15 * MINUTE,
|
|
|
|
|
|
'/product/newsale/hotrank': 1 * MINUTE,
|
|
|
|
|
|
// 逛
|
|
|
'/guang/': 1 * MINUTE,
|
|
|
'/guang/info/index': 10 * MINUTE,
|
...
|
...
|
@@ -49,6 +55,9 @@ const cachePage = { |
|
|
'/guang/plusstar/resources-goodsList': 1 * MINUTE,
|
|
|
'/guang/index/page': 1 * MINUTE,
|
|
|
|
|
|
'/guang/^\\/info\\/(.*?)\\.html/': 1 * MINUTE,
|
|
|
'/guang/info/getComments': 1 * MINUTE,
|
|
|
|
|
|
// '/guang/plustar/brandinfo': 1 * MINUTE,
|
|
|
'/guang/star': 1 * MINUTE,
|
|
|
|
...
|
...
|
@@ -83,6 +92,8 @@ const cachePage = { |
|
|
'/product/sale/breakingYards': 5 * MINUTE,
|
|
|
'/product/sale/discount/detail': 5 * MINUTE,
|
|
|
|
|
|
'/product/sale/search': 5 * MINUTE,
|
|
|
|
|
|
// 奥莱
|
|
|
'/product/outlet': 30 * SECOND,
|
|
|
'/product/outlet/activity': 1 * MINUTE,
|
...
|
...
|
@@ -91,6 +102,8 @@ const cachePage = { |
|
|
// 品牌一览
|
|
|
'/brands': 5 * MINUTE,
|
|
|
'/brands/search': 1 * MINUTE,
|
|
|
'/^\\/(.*?)-brands/': 1 * MINUTE,
|
|
|
'/brands/getBrandList': 1 * MINUTE,
|
|
|
|
|
|
// 直播活动
|
|
|
'/activity/live': 1 * MINUTE,
|
...
|
...
|
|