Services_Weather_Common::setCache()

Services_Weather_Common::setCache()  -- データのキャッシュを有効にする。使用することを強く推奨する

概要

require_once '/Weather/Common.php';

PEAR_Error|bool Services_Weather_Common::setCache (string [$cacheType = "file"], array [$cacheOptions = array()])

説明

Cache がインストールされている必要があります。

パラメータ

string $cacheType

array $cacheOptions

例外・エラー

throws PEAR_Error::SERVICES_WEATHER_ERROR_CACHE_INIT_FAILED

注意

この関数は、スタティックにコールする ことはできません。