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.
SC_Cacheは、旧Tracのチケット#2167で実装されたキャッシュ機能のようだが、機能の用意として実装されていただけで、利用はされなかった?
経過を調べると、
・利用していたPEAR::Cacheモジュールが #167 の 82f90af でPEAR::Cache_Liteに変更されているが、SC_Cache側の追従(修正)はされていない。
・#242 、 #243 でPEAR::Cache_Liteモジュールは不要ということで、
5dbb816 で SC_Cacheクラスとともに削除されているが、SC_Cache_Exの削除が漏れている。
という感じでした。
明示的にキャッシュ機能自体が不要という議論は探せなかったので、キャッシュ機能を修正して復活させるのが正しいのかもしれませんが、とりあえず現状の結果として削除漏れになっているSC_Cache_Exを削除しました。