Class: Nesta::Plugin::Diskcache::NoDiskcache

Inherits:
Object
  • Object
show all
Defined in:
lib/nesta-plugin-diskcached/init.rb

Overview

Override Diskcache when turned off without erroring.

Instance Method Summary collapse

Instance Method Details

#cache(*args) ⇒ Object

Pass threw when Diskcache is off.



23
24
25
# File 'lib/nesta-plugin-diskcached/init.rb', line 23

def cache(*args) 
  yield
end