class Fluent::PluginHelper::Storage::SynchronizeWrapper

def fetch(key, defval)

def fetch(key, defval)
  @monitor.synchronize{ @storage.fetch(key, defval) }
end