Method: KStor::StoreCache#initialize
- Defined in:
- lib/kstor/store.rb
#initialize ⇒ StoreCache
Create new cache.
13 14 15 16 |
# File 'lib/kstor/store.rb', line 13 def initialize @cache = {} @cache.extend(Mutex_m) end |
Create new cache.
13 14 15 16 |
# File 'lib/kstor/store.rb', line 13 def initialize @cache = {} @cache.extend(Mutex_m) end |