# File lib/thread_safe/synchronized_cache_backend.rb, line 68 def get_or_default(key, default_value) synchronize { super } end