# File lib/fast_gettext/storage.rb, line 64 def cache Thread.current[:fast_gettext_cache] ||= cache_class.new end