# File lib/fast_gettext/storage.rb, line 87 def cached_find(key) cache.fetch(key) { current_repository[key] } end