Authored by hf

fixes bug to search page cache

@@ -5,6 +5,7 @@ namespace Product; @@ -5,6 +5,7 @@ namespace Product;
5 use Configs\CacheConfig; 5 use Configs\CacheConfig;
6 use LibModels\Wap\Product\SearchData; 6 use LibModels\Wap\Product\SearchData;
7 use Plugin\DataProcess\ListProcess; 7 use Plugin\DataProcess\ListProcess;
  8 +use Plugin\Cache;
8 9
9 /** 10 /**
10 * 搜索相关的模板数据模型 11 * 搜索相关的模板数据模型