Source for file Ethna_CacheManager.php
Documentation is available at Ethna_CacheManager.php
// vim: foldmethod=marker tabstop=4 shiftwidth=4 autoindent
* @author Masaki Fujimoto <fujimoto@php.net>
* @license http://www.opensource.org/licenses/bsd-license.php The BSD License
* @author Masaki Fujimoto <fujimoto@php.net>
* Cachemaanger プラグインのインスタンスを取得する
* @param string $type キャッシュタイプ('localfile', 'memcache'...)
* @return object Ethna_Plugin_CacheMaanger Cachemanager プラグインのインスタンス
$plugin =
& $controller->getPlugin();
$cache_manager =
& $plugin->getPlugin('Cachemanager', ucfirst($type));
Documentation generated on Fri, 11 Nov 2011 03:59:22 +0900 by phpDocumentor 1.4.3