Authored by wuxiao

缓存键组件

... ... @@ -89,6 +89,7 @@ class Parser{
$realkey = sprintf($realkey,$params);
}
$realkey = $path.':'.$realkey;
$self->cache->set($main_key,$realkey,$self->expire);
return $realkey;
}
... ...
<?php
return [
'pushlog'=>'push_goods_log',
];
\ No newline at end of file
... ...
<?php
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
return [
'test'=>'{name}',
];
\ No newline at end of file
... ...