Class: LogStash::Filters::JdbcStreaming::NoCache
- Inherits:
-
Object
- Object
- LogStash::Filters::JdbcStreaming::NoCache
- Defined in:
- lib/logstash/filters/jdbc_streaming.rb
Instance Method Summary collapse
- #get(statement) ⇒ Object
-
#initialize(size, ttl) ⇒ NoCache
constructor
A new instance of NoCache.
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 |