class Fluent::PluginHelper::Storage::SynchronizeWrapper

def delete(key)

def delete(key)
  @monitor.synchronize{ @storage.delete(key) }
end