Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ReVIEW::Book::Cache and use it in ReVIEW::Book::ImageFinder #1919

Merged
merged 4 commits into from
Aug 14, 2024

Conversation

takahashim
Copy link
Collaborator

#1916 の対応のため、Dir.glob等でファイルシステムを読み込んだ結果をキャッシュするようにします。
そのためにクラスとしてReVIEW::Book::Cacheを追加してます。

  • キャッシュは@book単位で行っているので、@bookを作り直している場合には使われません
  • 反対に、テスト等の際に@bookを使いまわしているような場合、キャッシュされた結果が使われるので誤動作する危険性があります
    • その場合は@book.cache.resetすれば再初期化されます
  • ReVIEW::Book::CacheのインターフェースはRailsのRails.cache.fetchを真似ていますが、expires等は不要そうなのでありません

関連

@takahashim takahashim requested a review from kmuto August 14, 2024 06:56
Copy link
Owner

@kmuto kmuto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

え、すごい。いろいろ試してみましたが、ちゃんと動きますね!

@takahashim
Copy link
Collaborator Author

ではこれでマージします

@takahashim takahashim merged commit 378d1dc into master Aug 14, 2024
17 checks passed
@takahashim takahashim deleted the fix-image-finder branch August 14, 2024 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants