# File lib/thread_safe/non_concurrent_cache_backend.rb, line 104 def get_or_default(key, default_value) @backend.fetch(key, default_value) end