mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-30 01:56:35 +08:00
Fix #20541: Remove deprecated caching components: XCache and ZendDataCache, and update related tests and documentation
This commit is contained in:
@ -128,10 +128,6 @@ Yii はさまざまなキャッシュ・ストレージをサポートしてい
|
||||
(Redis の バージョン 2.6.12 以降が必要とされます) 。
|
||||
* [[yii\caching\WinCache]]: PHP の [WinCache](https://iis.net/downloads/microsoft/wincache-extension) エクステンションを使用します。
|
||||
([参照リンク](https://www.php.net/manual/ja/book.wincache.php))
|
||||
* [[yii\caching\XCache]] _(非推奨)_: PHP の [XCache](https://en.wikipedia.org/wiki/List_of_PHP_accelerators#XCache) 拡張モジュールを使用します。
|
||||
* [[yii\caching\ZendDataCache]] _(非推奨)_:
|
||||
キャッシュ・メディアとして [Zend Data Cache](https://files.zend.com/help/Zend-Server-6/zend-server.htm#data_cache_component.htm)
|
||||
を使用します。
|
||||
|
||||
|
||||
> Tip: 同じアプリケーション内で異なるキャッシュを使用することもできます。
|
||||
|
||||
Reference in New Issue
Block a user