Class: Alephant::Broker::Cache::NullClient

Inherits:
Object
  • Object
show all
Defined in:
lib/alephant/broker/cache.rb

Instance Method Summary collapse

Instance Method Details

#get(key) ⇒ Object



59
# File 'lib/alephant/broker/cache.rb', line 59

def get(key); end

#set(key, value, ttl = nil) ⇒ Object



61
62
63
# File 'lib/alephant/broker/cache.rb', line 61

def set(key, value, ttl = nil)
  value
end