×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
The cache class's defaults are configured through the fuel/core/config/cache.php configuration file. It is already populated with a default configuration.
All configuration for the cache engine is done in app/Config/Cache.php. In that file, the following items are available. $handler. The is the name of the ...
関連する質問
これを使うと、ウェブサーバーの再起動後にファイルをキャッシュしておき、 後でリクエストがあったときにそのキャッシュを使えるようになります。 パラメータ ¶. filename.
... cache file. | // +---------------------------------------------------------------------------+ // true = アクセスごとにキャッシュを作るので実稼動時は ...
Setup Redis in CakePHP. In the app.php file inside the cache adapters Cache[] array write the following code : /* * Configure the cache adapters. */ 'Cache ...
キャッシュエンジンの設定は、 config/app.php で定義されています。 最適なパフォーマンスを得るには、CakePHP では2つのキャッシュエンジンを定義する必要があります。
2020/10/25 · A. 一度 php artisan config:cache を実行すると、それ以降(キャッシュを消去しない限り)configディレクトリ配下の設定ファイルを修正する ...
キャッシュによるパフォーマンス改善¶. Phalcon provides the Phalcon\Cache class allowing faster access to frequently used or already processed data.
PHPでMomento Cacheを始める. PHPとMomento Cacheをすぐに使い始める必要がある場合、このページには必要な基本的なAPIコールが含まれています。
'/config.php')) { $config = require __DIR__ . '/config.php'; } else { $config = require __DIR__ . '/config.default.php'; } if (file_exists($config->lockfile)) ...