示例#1
0
文件: Service.php 项目: vazahat/dudex
 public static function getCache()
 {
     if (null == self::$_cache) {
         self::$_cache = OW::getCacheManager();
     }
     return self::$_cache;
 }