Method: BreezyPDF::Cache::InMemory#read

Defined in:
lib/breezy_pdf/cache/in_memory.rb

#read(key) ⇒ Object



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