Class: Twingly::AMQP::Pinger::NullCache
- Inherits:
-
Object
- Object
- Twingly::AMQP::Pinger::NullCache
- 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
63 64 65 |
# File 'lib/twingly/amqp/pinger.rb', line 63 def self.cached?(_url) false end |