mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 06:11:35 +08:00
Remove XCache and ZendDataCache support (#19904)
Co-authored-by: Stefano Mtangoo <stefano@hosannahighertech.co.tz>
This commit is contained in:

committed by
GitHub

parent
61195154aa
commit
c9917f2057
@ -128,11 +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