$key, 'cache' => sha1($key), 'data' => $data ]); } # proxy('app\models\market\ProductCategories_model','categoryProducts', # [ # [ 'id'=>10100, 'Hierarchy' => '.10.10100' ], // pass category (needs Hierarchy) # 904 // pas store # ], # 100 // ttl # ); proxy(app\models\market\ProductCategories_model::class,'categoryProducts', [ [ 'id'=>10100, 'Hierarchy' => '.10.10100' ], // pass category (needs Hierarchy) 904 // pas store ], 100 // ttl );