Class: Twingly::AMQP::Pinger::NullCache

Inherits:
Object
  • Object
show all
Defined in:
lib/twingly/amqp/pinger.rb

Class Method Summary collapse

Class Method Details

.cache!(url) ⇒ Object



67
68
69
# File 'lib/twingly/amqp/pinger.rb', line 67

def self.cache!(url)
  # Do nothing
end

.cached?(_url) ⇒ Boolean

Returns:

  • (Boolean)


63
64
65
# File 'lib/twingly/amqp/pinger.rb', line 63

def self.cached?(_url)
  false
end