Class: SWD::Cache

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

Class Method Summary collapse

Class Method Details

.fetch(cache_key, options = {}) ⇒ Object



3
4
5
# File 'lib/swd/cache.rb', line 3

def self.fetch(cache_key, options = {})
  yield
end