Class: SWD::Cache

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

Instance Method Summary collapse

Instance Method Details

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



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

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