Method: KStor::StoreCache#initialize

Defined in:
lib/kstor/store.rb

#initializeStoreCache

Create new cache.



13
14
15
16
# File 'lib/kstor/store.rb', line 13

def initialize
  @cache = {}
  @cache.extend(Mutex_m)
end