Class: Alephant::Broker::Cache::NullClient
- Inherits:
-
Object
- Object
- Alephant::Broker::Cache::NullClient
- Defined in:
- lib/alephant/broker/cache/null_client.rb
Instance Method Summary collapse
Instance Method Details
#get(_key) ⇒ Object
5 6 7 |
# File 'lib/alephant/broker/cache/null_client.rb', line 5 def get(_key) yield end |
#set(_key, value, _ttl = nil) ⇒ Object
9 10 11 |
# File 'lib/alephant/broker/cache/null_client.rb', line 9 def set(_key, value, _ttl = nil) value end |