Class: Tenjin::NullTemplateCache

Inherits:
TemplateCache show all
Defined in:
lib/tenjin.rb

Overview

dummy template cache

Instance Method Summary collapse

Instance Method Details

#load(cachepath, timestamp = nil) ⇒ Object



1001
1002
1003
# File 'lib/tenjin.rb', line 1001

def load(cachepath, timestamp=nil)
  ## do nothing.
end

#save(cachepath, template) ⇒ Object



997
998
999
# File 'lib/tenjin.rb', line 997

def save(cachepath, template)
  ## do nothing.
end