Class: Nesta::Plugin::Diskcache::NoDiskcache
- Inherits:
-
Object
- Object
- Nesta::Plugin::Diskcache::NoDiskcache
- Defined in:
- lib/nesta-plugin-diskcached/init.rb
Overview
Override Diskcache when turned off without erroring.
Instance Method Summary collapse
-
#cache(*args) ⇒ Object
Pass threw when Diskcache is off.
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 |