コード例 #1
0
ファイル: Lucene.php プロジェクト: JellyBellyDev/zle
 /**
  * Set cache for all instances
  *
  * @param Zend_Cache_Core $cache the cache object
  *
  * @return void
  */
 public static function setDefaultCache(Zend_Cache_Core $cache = null)
 {
     self::$defaultCache = $cache;
 }