示例#1
0
文件: loader.php 项目: GE3/GE3
 static function getCacheStorage()
 {
     if (self::$cacheStorage === NULL) {
         self::$cacheStorage = new NTemplateCacheStorage(NEnvironment::getVariable('tempDir'));
     }
     return self::$cacheStorage;
 }