Example #1
0
 /**
  * Initialize class
  * @static
  * @param Cache $cache cache module
  */
 public static function create(Cache $cache)
 {
     self::$cache_driver = $cache;
 }