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



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

def cache
  @cache
end