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



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

def get(key); end

#set(key, value) ⇒ Object



50
51
52
# File 'lib/alephant/broker/cache.rb', line 50

def set(key, value)
  value
end