Method: PDF::Reader::Page#cache

Defined in:
lib/pdf/reader/page.rb

#cacheObject (readonly)

a Hash-like object for storing cached data. Generally this is scoped to the current document and is used to avoid repeating expensive operations



26
27
28
# File 'lib/pdf/reader/page.rb', line 26

def cache
  @cache
end