|
@@ -45,5 +45,9 @@ public class BlockCacheGuava {
|
|
cacheService.deleteTopRecommendCache("2");
|
|
cacheService.deleteTopRecommendCache("2");
|
|
cacheService.deleteSearchKeywordsCache("1");
|
|
cacheService.deleteSearchKeywordsCache("1");
|
|
cacheService.deleteSearchKeywordsCache("2");
|
|
cacheService.deleteSearchKeywordsCache("2");
|
|
|
|
+ cacheService.deleteRecommendFromCache("1",0,10);
|
|
|
|
+ cacheService.deleteRecommendFromCache("1",1,10);
|
|
|
|
+ cacheService.deleteRecommendFromCache("2",0,10);
|
|
|
|
+ cacheService.deleteRecommendFromCache("2",1,10);
|
|
}
|
|
}
|
|
}
|
|
}
|