17 18 19 20 21
# File 'lib/breezy_pdf/cache/in_memory.rb', line 17 def read(key) synchronize do get_value(key) end end