Method: PDF::Reader::SynchronizedCache#initialize
- Defined in:
- lib/pdf/reader/synchronized_cache.rb
#initialize ⇒ SynchronizedCache
Returns a new instance of SynchronizedCache.
23 24 25 26 |
# File 'lib/pdf/reader/synchronized_cache.rb', line 23 def initialize @cache = {} @mutex = Mutex.new end |