|
@ -19,7 +19,6 @@ class Cacher |
|
|
*/ |
|
|
*/ |
|
|
static protected $caches = array(); |
|
|
static protected $caches = array(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static public function get($cacher, $config = null) |
|
|
static public function get($cacher, $config = null) |
|
|
{ |
|
|
{ |
|
|
if (!isset(self::$caches[$cacher])) { |
|
|
if (!isset(self::$caches[$cacher])) { |
|
|