Class: Redpomo::NullCache
- Inherits:
-
Object
- Object
- Redpomo::NullCache
- Defined in:
- lib/redpomo/null_cache.rb
Class Method Summary collapse
Class Method Details
.get(key, &block) ⇒ Object
4 5 6 |
# File 'lib/redpomo/null_cache.rb', line 4 def self.get(key, &block) block.call end |