サーバーキャッシュページ作成#125
Open
IwasakiRyuichi wants to merge 4 commits intobaserproject:masterfrom
Open
Conversation
ryuring
requested changes
Apr 15, 2026
|
|
||
|
|
||
| ## キャッシュの無効化 | ||
| /config/app.phpの以下の部分を変更します。 |
Collaborator
There was a problem hiding this comment.
app.php は、CakePHP側の更新で上書きする場合があるので、できるだけ触らない運用が望ましいです。
setting.php で設定を上書きする方法を案内してください
| 上記フォルダ内に設置されたプラグインは、管理画面のプラグイン管理で自動的に認識されます。 | ||
|
|
||
| ## サーバーキャッシュの削除 | ||
| サーバーキャッシュの具体的な削除方法については、[こちら](https://baserproject.github.io/5/web_api/baser_admin_api/baser-core/utilities/clear_cache){:target="_blank"}を参照してください。 |
Collaborator
There was a problem hiding this comment.
急にAPI呼び出しのリンクに案内すると、混乱しそうですね。
GUIで削除する手順のページがあるならそちらが望ましいかと。
なければ、ここに手順を記載しましょう。
Author
|
こちら2件、修正しました。 お手数おかけしますが、よろしくお願いいたします。 |
ryuring
requested changes
Apr 15, 2026
| テスト環境でbaserCMSでサイトを構築し、本番環境に移す際、テスト環境で残されたこれらのキャッシュが問題になることがあります。その為、サイト移設時には前述の「tmp」フォルダの中にあるファイル・フォルダを全て削除してから本番環境へコピーすることになります。 | ||
|
|
||
| ## 外部参考リンク | ||
| [サーバーキャッシュを削除する](https://baserproject.github.io/5/web_api/baser_admin_api/baser-core/utilities/clear_cache){:target="_blank"} -baserCMSユーザーマニュアル |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@ryuring
ご確認お願いします!