Class: LogStash::Filters::JdbcStreaming::NoCache

Inherits:
Object
  • Object
show all
Defined in:
lib/logstash/filters/jdbc_streaming.rb

Instance Method Summary collapse

Constructor Details

#initialize(size, ttl) ⇒ NoCache

Returns a new instance of NoCache.



63
# File 'lib/logstash/filters/jdbc_streaming.rb', line 63

def initialize(size, ttl) end

Instance Method Details

#get(statement) ⇒ Object



65
66
67
# File 'lib/logstash/filters/jdbc_streaming.rb', line 65

def get(statement)
  yield
end